Merge pull request #378 from MikeiLL/master
Clarification in Getting Started workflow.
This commit is contained in:
commit
89af99309c
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ Getting started
|
||||||
This will interactively prompt with several questions relating to your
|
This will interactively prompt with several questions relating to your
|
||||||
required environment.
|
required environment.
|
||||||
|
|
||||||
|
**Important**: After selecting your database type, `rake` will create the file `config/database.yml`,
|
||||||
|
which then then be edited with working `username` and `password` credentials for the database. These fields
|
||||||
|
must be added for *development* AND (temporary) *test* databases. Then continue with confirmation in rake dialogue.
|
||||||
|
|
||||||
5. Start rails by running:
|
5. Start rails by running:
|
||||||
|
|
||||||
bundle exec rails s
|
bundle exec rails s
|
||||||
|
|
Loading…
Reference in a new issue