diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-25 11:15:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-25 11:34:43 +0200 |
commit | 6a3391bcede8e7a2bec83963221c112e6752b1a8 (patch) | |
tree | bdc51dee9757603a8b28842be43398830849eaa0 /support | |
parent | e318e0ebe11ea6299a861f99a5c1357c93b426b3 (diff) | |
download | PeerTube-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')
-rw-r--r-- | support/doc/production.md | 1 |
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. | |||
38 | Create the production database and a peertube user inside PostgreSQL: | 38 | Create 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 | ||