Merge pull request #117 from ZeusWPI/readme-migrate

updated README.md
This commit is contained in:
Robbe Van Herck 2018-12-04 23:48:38 +01:00 committed by GitHub
commit 6db0a41f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
Yes. We have to drink. But we also have to pay. This is the drinking part.
## Installation
1. Make sure Ruby version 2.3.0-dev is installed by running `rbenv version`. If it isn't, install by running `rbenv install 2.3.0-dev`
1. Make sure Ruby version 2.4.0-dev is installed by running `rbenv version`. If it isn't, install by running `rbenv install 2.4.0-dev`
2. Run `bundle update` and `bundle install`
3. Start Tap by running `bundle exec rails s`
3. Migrate the db using `bundle exec rake db:migrate`
4. Start Tap by running `bundle exec rails s`