mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-10 02:17:37 +03:00
cd /var/www/peertube in prod guide
Avoid running db creation in /root directory
This commit is contained in:
parent
d61fa154af
commit
3dc8a86c80
@ -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 New Issue
Block a user