jonahroth / prospero_legacy

Automated scheduling and reporting for actors and stage managers — Jonah, Zach, and Ben's senior project
0 stars 0 forks source link

How to set up

  1. Git clone
  2. In the root directory, run bundle install
  3. Migrate the database bundle exec rake db:migrate
  4. Run 'bundle exec rails server'

If you have issues with bcrypt-ext:

  1. Go into your Gem folder
  2. git clone https://github.com/codahale/bcrypt-ruby.git
  3. cd bcrypt-ruby
  4. gem build bcrypt.gemspec
  5. gem install gem-compiler
  6. gem compile bcrypt-3.1.10.gem
  7. gem install bcrypt-3.1.10-x64-mingw32.gem --local