- If errors happen, +bundle update+ and +rake db:migrate+ are your friends!
- Run
bundle install - Rename
/config/initializers/constants.rb.sampletoconstants.rband modify the Facebook APP_ID and SECRET. - Set reconfirmable to false in
devise.rbif needed. - Run
rake db:migrate - Run
rails serverand you're up and running! - Remember to run
whenever --update-crontab story-collabto set up a cron job on the production server that gets rid of guest user entries.
- Run
rspec specto run all tests.
- Edit
config.arrowheadinconfig/environments/production.rbif you want. - Edit
ARROWHEAD_USERIDSinconfig/initializers/constants.rband pick user ids that belong to Arrowhead authors!