This is an example application implementation for my Nashville Software School students.
-
Ruby Version: 2.1.1
-
System Dependencies: phantomjs
-
Configuration
- Copy config/database.yml.example to config/database.yml
- Change any database settings in config/database.yml (NOT the example file) that are necessary for your machine.
-
Database creation
rake db:create:all
rake db:migrate
-
Database initialization
rake db:seed
-
How to run the test suite
rake
-
Services (job queues, cache servers, search engines, etc.)
- N/A
-
Deployment instructions
heroku create <application_name>
git push heroku master
heroku run rake db:migrate