aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-25 11:15:18 +0200
committerChocobozzz <me@florianbigard.com>2021-05-25 11:34:43 +0200
commit6a3391bcede8e7a2bec83963221c112e6752b1a8 (patch)
treebdc51dee9757603a8b28842be43398830849eaa0 /support/doc
parente318e0ebe11ea6299a861f99a5c1357c93b426b3 (diff)
downloadPeerTube-6a3391bcede8e7a2bec83963221c112e6752b1a8.tar.gz
PeerTube-6a3391bcede8e7a2bec83963221c112e6752b1a8.tar.zst
PeerTube-6a3391bcede8e7a2bec83963221c112e6752b1a8.zip
cd /var/www/peertube in prod guide
Avoid running db creation in /root directory
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/production.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index 8f3a17f12..81748ae16 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -38,6 +38,7 @@ or use `adduser` to create it interactively.
38Create the production database and a peertube user inside PostgreSQL: 38Create the production database and a peertube user inside PostgreSQL:
39 39
40``` 40```
41$ cd /var/www/peertube
41$ sudo -u postgres createuser -P peertube 42$ sudo -u postgres createuser -P peertube
42``` 43```
43 44