Clarify database setup rocess.

This commit is contained in:
Mike iLL Kilmer 2015-08-10 12:20:33 -05:00
parent 4a9cf862be
commit b7195cd219
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.
5. Start rails by running:
bundle exec rails s