mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Small doc tweak to add db:setup command.
This commit is contained in:
@@ -48,7 +48,11 @@ Install the project's gem dependencies:
|
||||
|
||||
bundle install
|
||||
|
||||
Create the development and test databases, using the settings specified in `config/database.yml`. You can then load the schema and some seed data with the following command:
|
||||
Create the development and test databases, using the settings specified in `config/database.yml`:
|
||||
|
||||
rake db:setup
|
||||
|
||||
Then load the schema and some seed data with the following command:
|
||||
|
||||
rake db:schema:load db:seed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user