- Git clone
- In the root directory, run
bundle install
- Migrate the database
bundle exec rake db:migrate
- Run 'bundle exec rails server'
If you have issues with bcrypt-ext:
- Go into your Gem folder
- git clone https://github.com/codahale/bcrypt-ruby.git
- cd bcrypt-ruby
- gem build bcrypt.gemspec
- gem install gem-compiler
- gem compile bcrypt-3.1.10.gem
- gem install bcrypt-3.1.10-x64-mingw32.gem --local