1
0
Fork 0

Doc reword

This commit is contained in:
Chocobozzz 2021-03-04 12:24:23 +01:00
parent c11fc2d9de
commit 2c5eab14ba
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 3 deletions

View File

@ -41,14 +41,13 @@ Create the production database and a peertube user inside PostgreSQL:
$ sudo -u postgres createuser -P peertube
```
Here you should enter a password for postgresql user peertube, it should be copied in production.yaml file.
Dont just hit enter else it will be empty, default production yaml uses peertube here, but it is better you pick a stronger one.
Here you should enter a password for PostgreSQL `peertube` user, that should be copied in `production.yaml` file.
Don't just hit enter else it will be empty.
```
$ sudo -u postgres createdb -O peertube -E UTF8 -T template0 peertube_prod
```
Then enable extensions PeerTube needs:
```