Video coming soon…
📈 Setup RStudio Server — The R IDE in Your Browser
Deploy RStudio Server on Ubuntu with Docker — the standard IDE for the R statistical language, running in your browser from the trusted rocker image, on port 8787.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/data-science/rstudio/rstudio-ubuntu.sh
chmod +x rstudio-ubuntu.sh
./rstudio-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/data-science/rstudio/rstudio-ubuntu.sh
2 Make it Executable
chmod +x rstudio-ubuntu.sh
3 Run the Installer
./rstudio-ubuntu.sh
4 Log In to RStudio
http://your-server-ip:8787
Ports Used
| Port | Purpose |
|---|---|
| 8787 | RStudio Server IDE (user rstudio, generated password) |