cd /var/www/peertube in prod guide

Avoid running db creation in /root directory
pull/4048/head
Chocobozzz 2021-05-25 11:15:18 +02:00
parent d61fa154af
commit 3dc8a86c80
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ or use `adduser` to create it interactively.
Create the production database and a peertube user inside PostgreSQL:
```
$ cd /var/www/peertube
$ sudo -u postgres createuser -P peertube
```