Installing Rstudio Server on ubuntu


Enter the following commands on the terminal:

sudo add-apt-repository ppa:opencpu/rstudio

sudo apt-get update

sudo apt-get install rstudio-server

This will install the rstudio server on your machine.

Setting up an R studio server on apache2:

Copy the following lines of code in /etc/apache2/sites-available/default-ssl.conf

Sidebar