Skip to content

Commit c475870

Browse files
update README,CHANGES
1 parent 2ecf200 commit c475870

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

CHANGES.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
## CentOS7 R 3.6.2 RStudio-Server 1.2.5033
33

44
```
5-
R_VERSION=3.6.2
5+
R_VERSION=4.0.3
66
R_MAJOR_VERSION=`echo $R_VERSION | cut -d. -f1`
7-
RSTUDIO_VERSION=1.2.5033
8-
R_SHINY_SERVER_VERSION=1.5.12.933
9-
PYTHON3_VERSION=3.6.2
7+
RSTUDIO_VERSION=1.4.1103
8+
R_SHINY_SERVER_VERSION=1.5.16.958
9+
DOCKER_VERSION=5:20.10.3~3-0~ubuntu-focal
1010
```
11-
12-
- added README.md
13-
- added CHANGES.md
14-
- add R Shiny Server installation
15-
- add a Python 3 installation in `/usr/bin/python-$PYTHON3_VERSION`

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Quickstart
22

3-
### Run install script as root on a clean CentOS 7 instance:
3+
### Run install script as root on a clean Ubuntu Focal 20.04 LTS instance:
44
```
5-
yum -y install git
65
git clone git@github.com:ras44/rstudio-instance.git
76
cd rstudio-instance
8-
git checkout linux-centos7
7+
git checkout linux-ubuntu-focal-20.04
98
./install.sh
109
```

0 commit comments

Comments
 (0)