update readme
parent
41b37758f9
commit
fb346aba49
|
|
@ -26,6 +26,7 @@ CREATE USER threadr IDENTIFIED BY 'super secure password';
|
|||
CREATE DATABASE `threadr`;
|
||||
GRANT ALL PRIVILEGES ON `threadr`.* TO 'threadr';
|
||||
```
|
||||
Note: The config file contains secrets. Keep `config/config.json` out of version control and only commit `config/config.json.sample`.
|
||||
2. Create a config file: In the `config` subdirectory, `cp config.json.sample config.json` and edit it to suit your needs.
|
||||
3. Create an about page: Also in the `config` subdirectory, `cp about_page.htmlbody.sample about_page.htmlbody` and edit it to suit your needs.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue