Add Fedora postgres set-up instructions

This commit is contained in:
Carl van Tonder 2018-09-05 11:35:07 -04:00 committed by Naomi
parent b6baa9128b
commit 1c05e74f63

View File

@ -35,7 +35,8 @@ If you hadn't previously installed Postgres, you will need to initialise the
database and start the server: database and start the server:
```bash ```bash
$ $ sudo postgresql-setup --initdb --unit postgresql
$ sudo systemctl start postgresql
``` ```
## Bootstrap the Virtual Environment ## Bootstrap the Virtual Environment