diff --git a/doc/SETUP_DEVELOPMENT.md b/doc/SETUP_DEVELOPMENT.md index 1e507c32..07035030 100644 --- a/doc/SETUP_DEVELOPMENT.md +++ b/doc/SETUP_DEVELOPMENT.md @@ -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