vsoch / josc

Journal of Open Source Containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Journal of Open Source Containers

This is an extension of the Open Journals to provide a developer friendly journal for containers.

Development

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:

  1. Login with heroku login
  2. 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
  1. Migrate the database to create the tables, etc.
heroku run rake db:migrate

About

Journal of Open Source Containers

License:MIT License


Languages

Language:Ruby 52.8%Language:HTML 40.6%Language:CSS 5.2%Language:CoffeeScript 1.1%Language:JavaScript 0.4%