Merge pull request #102 from rainsun/change-readme-with-test-db-command
Update README with new schema loading command
This commit is contained in:
commit
2349fcdf11
|
@ -10,12 +10,12 @@ Setup:
|
||||||
|
|
||||||
Run tests:
|
Run tests:
|
||||||
|
|
||||||
$ RAILS_ENV=test rake db:create db:schema:load
|
$ RAILS_ENV=test rake db:create db:structure:load
|
||||||
$ rake spec
|
$ rake spec
|
||||||
|
|
||||||
Run the server:
|
Run the server:
|
||||||
|
|
||||||
$ rake db:create db:schema:load
|
$ rake db:create db:structure:load
|
||||||
$ foreman start
|
$ foreman start
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user