File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 2
2
## CentOS7 R 3.6.2 RStudio-Server 1.2.5033
3
3
4
4
```
5
- R_VERSION=3.6.2
5
+ R_VERSION=4.0.3
6
6
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
10
10
```
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 `
Original file line number Diff line number Diff line change 1
1
# Quickstart
2
2
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:
4
4
```
5
- yum -y install git
6
5
git clone git@github.com:ras44/rstudio-instance.git
7
6
cd rstudio-instance
8
- git checkout linux-centos7
7
+ git checkout linux-ubuntu-focal-20.04
9
8
./install.sh
10
9
```
You can’t perform that action at this time.
0 commit comments