Skip to content

Commit

Permalink
update README,CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jul 14, 2021
1 parent 2ecf200 commit c475870
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
13 changes: 4 additions & 9 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
## CentOS7 R 3.6.2 RStudio-Server 1.2.5033

```
R_VERSION=3.6.2
R_VERSION=4.0.3
R_MAJOR_VERSION=`echo $R_VERSION | cut -d. -f1`
RSTUDIO_VERSION=1.2.5033
R_SHINY_SERVER_VERSION=1.5.12.933
PYTHON3_VERSION=3.6.2
RSTUDIO_VERSION=1.4.1103
R_SHINY_SERVER_VERSION=1.5.16.958
DOCKER_VERSION=5:20.10.3~3-0~ubuntu-focal
```

- added README.md
- added CHANGES.md
- add R Shiny Server installation
- add a Python 3 installation in `/usr/bin/python-$PYTHON3_VERSION`
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Quickstart

### Run install script as root on a clean CentOS 7 instance:
### Run install script as root on a clean Ubuntu Focal 20.04 LTS instance:
```
yum -y install git
git clone [email protected]:ras44/rstudio-instance.git
cd rstudio-instance
git checkout linux-centos7
git checkout linux-ubuntu-focal-20.04
./install.sh
```

0 comments on commit c475870

Please sign in to comment.