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