https://github.com/virtualstaticvoid/heroku-docker-r-shiny-app
Example R Shiny Application on Heroku using heroku-docker-r
https://github.com/virtualstaticvoid/heroku-docker-r-shiny-app
demo-app docker heroku heroku-buildpack heroku-deployment r rshiny shiny template
Last synced: 6 months ago
JSON representation
Example R Shiny Application on Heroku using heroku-docker-r
- Host: GitHub
- URL: https://github.com/virtualstaticvoid/heroku-docker-r-shiny-app
- Owner: virtualstaticvoid
- License: mit
- Created: 2020-04-24T20:29:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T13:08:09.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:13:24.182Z (9 months ago)
- Topics: demo-app, docker, heroku, heroku-buildpack, heroku-deployment, r, rshiny, shiny, template
- Language: R
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - virtualstaticvoid/heroku-docker-r-shiny-app - Example R Shiny Application on Heroku using heroku-docker-r (R)
README
# Example Shiny App on Heroku
This is an example [Shiny][1] application, which uses [heroku-docker-r][2] for Heroku.
[](https://heroku.com/deploy)
You can use this project as a template for creating Shiny application on Heroku. Execute these commands to get started:
```bash
# get the sources
git clone https://github.com/virtualstaticvoid/heroku-docker-r-shiny-app.git
cd heroku-docker-r-shiny-app# optionally, reinitialize git
rm -rf .git
git init
git add --all
git commit -m "initial"# create a new heroku application and deploye
heroku create --stack=container
git push heroku master# view the application
heroku open
```## License
MIT License. Copyright (c) 2020 Chris Stefano. See [MIT_LICENSE](MIT_LICENSE) for details.
[1]: https://shiny.rstudio.com
[2]: https://github.com/virtualstaticvoid/heroku-docker-r