Tool for internal information exchange and keeping track of crew. Information dashboard for everyone in a team and tools restricted to event administrators.
- Ruby 2.0
- Bundler
- PostgreSQL 9.2 (you could probably use others but there are no guarantees)
- Clone repo
- Set up a database user with database creation privileges
cd crewservicer- Create
config/database.yml,config/initializers/crew_corner_oauth.rb,config/initializers/secret_token.rbfrom examples bundlebundle exec rake db:createbundle exec rake db:schema:load