This is an extension of the Open Journals to provide a developer friendly journal for containers.
This is an application friendly to run on heroku. So you should first make an account and then follow the instructions to deploy the application. It comes down to:
- Login with
heroku login
- Create the heroku branch with
heroku create
heroku create
Creating app... done, ⬢ shielded-mountain-65855
https://shielded-mountain-65855.herokuapp.com/ | https://git.heroku.com/shielded-mountain-65855.git
- Migrate the database to create the tables, etc.
heroku run rake db:migrate