Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2018-09-05 15:36:49 +00:00
commit 63a47bffb0

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