Update database instructions

This commit is contained in:
cryptogopher 2023-03-06 15:11:08 +01:00
parent 3ea1b29cb4
commit d1b83d2373

View File

@ -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: ...