Skip to content

browninstitute/ensemble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Story-Collab (Working Title)

Notes

  • If errors happen, +bundle update+ and +rake db:migrate+ are your friends!

Setup

  • Run bundle install
  • Rename /config/initializers/constants.rb.sample to constants.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.

Tests

  • Run rspec spec to run all tests.

Arrowhead

  • Edit config.arrowhead in config/environments/production.rb if you want.
  • Edit ARROWHEAD_USERIDS in config/initializers/constants.rb and pick user ids that belong to Arrowhead authors!

About

writing stories collaboratively

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 45.6%
  • HTML 35.5%
  • CSS 9.2%
  • CoffeeScript 7.1%
  • JavaScript 2.6%