]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
cd /var/www/peertube in prod guide
authorChocobozzz <me@florianbigard.com>
Tue, 25 May 2021 09:15:18 +0000 (11:15 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 25 May 2021 09:34:43 +0000 (11:34 +0200)
Avoid running db creation in /root directory

support/doc/production.md

index 8f3a17f124f8175d27dd7c33d7296a7b1d39e706..81748ae166e86c2756fdb18c4692da4a228fdd13 100644 (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
 ```