diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-04 12:24:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-04 12:24:23 +0100 |
commit | 2c5eab14ba0971497dd4dd3ce9ce855cfb39707b (patch) | |
tree | a2c7a1897e27cfc15069fe96495d1e29bbb0401c /support/doc | |
parent | c11fc2d9de28b7de30fa970b2c481f598b65098f (diff) | |
download | PeerTube-2c5eab14ba0971497dd4dd3ce9ce855cfb39707b.tar.gz PeerTube-2c5eab14ba0971497dd4dd3ce9ce855cfb39707b.tar.zst PeerTube-2c5eab14ba0971497dd4dd3ce9ce855cfb39707b.zip |
Doc reword
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/production.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 4eb3111f0..43f8eb8a5 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -41,14 +41,13 @@ Create the production database and a peertube user inside PostgreSQL: | |||
41 | $ sudo -u postgres createuser -P peertube | 41 | $ sudo -u postgres createuser -P peertube |
42 | ``` | 42 | ``` |
43 | 43 | ||
44 | Here you should enter a password for postgresql user peertube, it should be copied in production.yaml file. | 44 | Here you should enter a password for PostgreSQL `peertube` user, that should be copied in `production.yaml` file. |
45 | Don’t just hit enter else it will be empty, default production yaml uses peertube here, but it is better you pick a stronger one. | 45 | Don't just hit enter else it will be empty. |
46 | 46 | ||
47 | ``` | 47 | ``` |
48 | $ sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod | 48 | $ sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod |
49 | ``` | 49 | ``` |
50 | 50 | ||
51 | |||
52 | Then enable extensions PeerTube needs: | 51 | Then enable extensions PeerTube needs: |
53 | 52 | ||
54 | ``` | 53 | ``` |