Add Fedora postgres set-up instructions

This commit is contained in:
Carl van Tonder
2018-09-26 15:09:35 +01:00
committed by Naomi
parent b6baa9128b
commit 1c05e74f63
+2 -1
View File
@@ -35,7 +35,8 @@ If you hadn't previously installed Postgres, you will need to initialise the
database and start the server:
```bash
$
$ sudo postgresql-setup --initdb --unit postgresql
$ sudo systemctl start postgresql
```
## Bootstrap the Virtual Environment