Skip to content

openmastery/storyweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

dictionary

Heroku

Install heroku cli (google)

Log into heroku

heroku login

Create the heroku application

heroku create om-storyweb

Or, if the application has already been created, initialize the remote

heroku git:remote -a om-storyweb

Create the database (can upgrade to hobby-basic just by associating credit card w/ account)

heroku addons:create heroku-postgresql:hobby-dev

Deploy the application on heroku

git push heroku master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors