Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylerlittlefield/r-stack
:boom: RStudio, Shiny, NGINX
https://github.com/tylerlittlefield/r-stack
docker docker-compose nginx rstats rstudio-server shiny-server
Last synced: about 21 hours ago
JSON representation
:boom: RStudio, Shiny, NGINX
- Host: GitHub
- URL: https://github.com/tylerlittlefield/r-stack
- Owner: tylerlittlefield
- Created: 2020-03-15T07:29:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T07:29:44.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:13:21.760Z (3 months ago)
- Topics: docker, docker-compose, nginx, rstats, rstudio-server, shiny-server
- Language: R
- Homepage:
- Size: 296 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - tylerlittlefield/r-stack - :boom: RStudio, Shiny, NGINX (R)
README
# r-stack
![](inst/extdata/screenshot.png)
Run RStudio Server, Shiny Server and NGINX services with docker compose:
```bash
docker-compose up
```**Note:** I have little experience with RStudio Server, Shiny Server, NGINX and Docker. This is a demonstration, use at your own risk! Feedback is welcome. Please submit an issue or PR if you'd like.
## Acknowledgements
* [`dev-landing-page`](https://github.com/flexdinesh/dev-landing-page)
* [`encrypted_dashboard`](https://github.com/mikkelkrogsholm/encrypted_dashboard)