...
There are three ways to connect to your RStudio and Shiny Server, depending on what you want to do on the server:
Image RemovedImage Added
Expand |
---|
title | Connecting via RStudio Server |
---|
|
This option opens the RStudio Server integrated development environment, where you can develop your R and R Shiny code. Clicking “Open RStudio”, will open the login page for RStudio Server. Login using your normal university username and password. Image RemovedImage AddedAfter logging in, use the RStudio Server interface to develop your R software.
Image RemovedImage Added To edit the code of the Shiny web app, in the RStudio Server interface, use the “Files” panel (bottom right of screen) to browse to the Shiny app source file (for example:
/srv/shiny-server/sample-apps/hello/server.R ) Image RemovedImage Added |
Expand |
---|
title | Connecting to the R Shiny Web App |
---|
|
This option opens the R Shiny Web App (“web front-end”). It is the end-user facing interface of R Shiny. Click the second button, “View Shiny Site”, to connect to the Shiny Server interactive data web app. Image RemovedImage Added |
Expand |
---|
title | Connecting to the RSSS Linux Virtual Machine |
---|
|
This option opens the back-end Linux Virtual Machine on which your RStudio Server is running. It is useful if you need to access the file system directly, or need to do administrative work on the Linux command line. Click the third button, “Connect to Linux Server”, to open a FastX window to log into the Ubuntu Linux operating system of the RSSS. Login using your normal university username and password. Image RemovedImage AddedClick the “+” button to launch a new session to log into the RSSS Ubuntu Linux file system. Image RemovedImage AddedFor the new session, you can choose from the GNOME graphical user interface, the Unity graphical user interface, and xterm command line terminal. For most users, Unity is the best option. Command line access is available inside Unity via the built-in Terminal app. Image RemovedImage Added |
How do I upload my existing R Shiny web app to my RStudio and Shiny Server?
...