Add database setup to "hacking" instructions

This commit is contained in:
Conrad Hoffmann 2022-05-11 21:24:53 +02:00 committed by Drew DeVault
parent d776c4dd6d
commit 442f378483
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ For each service *except* meta.sr.ht:
`config.ini`, modifying it according to the comments.
* `ln -s /path/to/meta.sr.ht/config.ini config.ini`
For each `SERVICE`:
* `createdb $SERVICE`
* `./$SRV-initdb` (e.g. `./metasrht-initdb`)
To run a service:
* `./api/api`