https://github.com/edwindj/shiny-server_vm
https://github.com/edwindj/shiny-server_vm
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edwindj/shiny-server_vm
- Owner: edwindj
- Created: 2014-04-18T06:56:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T07:22:33.000Z (about 12 years ago)
- Last Synced: 2025-06-11T13:17:07.402Z (about 1 year ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
shiny-server
===============
Adapted from https://github.com/rstudio/shiny-server/tree/master/vagrant/ubuntu13.04.
These scripts will start a Ubuntu 13.04 VM and provision it with (https://github.com/rstudio/shiny-server/).
The port 3838 will be forwarded to the host system.
Simply copying shiny apps into the `./apps` directory will make them available to shiny-server
Run:
```
$ vagrant up
```
To view your shiny apps
```
$ cp -R ./apps
```
Open a browser and goto `localhost:3838`