Licensed Creative Commons Attribution-ShareAlike 4.0 International
Requirements:
- Ruby >= 2.1.8
- Rails >= 4.2.6
- Postgres >= 9
Installation:
$ git clone git@github.com:EvilScott/spooky_fish.git
$ cd spooky_fish
$ psql -c CREATE ROLE spooky_fish WITH CREATEDB
$ rake db:setup
$ bundle install
$ rails s