Skip to content

marissa97/RPlumbertoHeroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Plumber App on Heroku

This is an example Plumber application, which uses heroku-buildpack-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-plumber-app.git
cd heroku-plumber-app

# optionally, reinitialize git
rm -rf .git
git init
git add --all
git commit -m "initial"

# create a new heroku application, set the buildpack and deploy
heroku create --stack=heroku-18 --buildpack https://github.com/virtualstaticvoid/heroku-buildpack-r.git
git push heroku master

# view the application
heroku open

The following paths are provided:

The OpenAPI (Swagger) user-interface is available via the /__docs__/ path.

License

MIT License. Copyright (c) 2020 Chris Stefano. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages