From d1b83d2373f49e5e39057cddd76f417097bb73de Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Mon, 6 Mar 2023 15:11:08 +0100 Subject: [PATCH] Update database instructions --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f81fcc..d347827 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ Quantified self Modify configuration settings below `SETUP` comment appropriately. -* Database creation: ... -* Database initialization: ... -* How to run the test suite: ... +## Database + +Create database ... + +Update database configuration in _config/database.yml_ if required. + +Password is expected to be provided in `FIXINME_DATABASE_PASSWORD` environment +variable. + +Run migrations ... + + +## How to run the test suite: ...