cd /var/www/peertube in prod guide
Avoid running db creation in /root directory
This commit is contained in:
parent
d61fa154af
commit
3dc8a86c80
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue