Skip to content

Running R scripts through Plumbr on A Heroku Docker Image

License

Notifications You must be signed in to change notification settings

Adsata/heroku-docker-r

Repository files navigation

Example Plumber App on Heroku

This is an example Plumber application, which uses heroku-docker-r for Heroku.

Deploy

You can use this project as a template for creating Plumber applications on Heroku. Execute these commands to get started:

# get the sources
git clone https://github.com/virtualstaticvoid/heroku-docker-r-plumber-app.git
cd heroku-docker-r-plumber-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 for details.

About

Running R scripts through Plumbr on A Heroku Docker Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published