Merge pull request #378 from MikeiLL/master

Clarification in Getting Started workflow.
This commit is contained in:
wvengen 2015-08-11 18:09:09 +02:00
commit 89af99309c
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ Getting started
This will interactively prompt with several questions relating to your
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:
bundle exec rails s