Redis is required when migrating the database. [CI SKIP]

This commit is contained in:
Guo Xiang Tan 2015-05-24 12:33:35 +08:00
parent 379eb01aab
commit 238fdb20aa

View File

@ -19,7 +19,8 @@ Note: If you are developing on a Mac, you will probably want to look at [these i
## Before you start Rails
1. `bundle install`
2. `bundle exec rake db:create db:migrate db:test:prepare db:seed_fu`
2. Start up Redis by running `redis-server`
3. `bundle exec rake db:create db:migrate db:test:prepare db:seed_fu`
4. Try running the specs: `bundle exec rake autospec`
5. `bundle exec rails server`