Update README.md

This commit is contained in:
carlad 2015-11-26 16:48:10 +01:00
parent cf5915a06b
commit 2b8d7e420b

View File

@ -17,7 +17,8 @@ This is the app running on https://api.travis-ci.org/
### Database setup
1. `rake db:create db:structure:load`
1. `rake db:create db:migrate`
2. for testing 'RAILS_ENV=test bundle exec rake db:create db:migrate --trace'
1. Clone `travis-logs` and copy the `logs` database (assume the PostgreSQL user is `postgres`):
```sh-session
cd ..