From b7195cd219761f36190b4e0555f34434d18f43f9 Mon Sep 17 00:00:00 2001 From: Mike iLL Kilmer Date: Mon, 10 Aug 2015 12:20:33 -0500 Subject: [PATCH 1/2] Clarify database setup rocess. --- doc/SETUP_DEVELOPMENT.md | 4 ++++ 1 file changed, 4 insertions(+) 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 From cf1fabe5b6a21545590dc00f13e6abae480e3305 Mon Sep 17 00:00:00 2001 From: Mike iLL Kilmer Date: Mon, 10 Aug 2015 12:22:24 -0500 Subject: [PATCH 2/2] Slightly clearer, I think. --- doc/SETUP_DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SETUP_DEVELOPMENT.md b/doc/SETUP_DEVELOPMENT.md index 07035030..dfefeab1 100644 --- a/doc/SETUP_DEVELOPMENT.md +++ b/doc/SETUP_DEVELOPMENT.md @@ -75,7 +75,7 @@ Getting started **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. + must be added for *development* AND (temporary) *test* databases. Then continue with confirmation in rake dialogue. 5. Start rails by running: