X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=support%2Fdoc%2Fproduction.md;h=81748ae166e86c2756fdb18c4692da4a228fdd13;hb=8f608a4cb22ab232cfab20665050764b38bac9c7;hp=43f8eb8a5cc3385194fefd3f03d6fe504794fdab;hpb=2c5eab14ba0971497dd4dd3ce9ce855cfb39707b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/production.md b/support/doc/production.md index 43f8eb8a5..81748ae16 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -6,7 +6,7 @@ ## Installation Please don't install PeerTube for production on a device behind a low bandwidth connection (example: your ADSL link). -If you want information about the appropriate hardware to run PeerTube, please see the [FAQ](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube). +If you want information about the appropriate hardware to run PeerTube, please see the [FAQ](https://joinpeertube.org/en_US/faq#should-i-have-a-big-server-to-run-peertube). ### Dependencies @@ -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 ``` @@ -66,6 +67,7 @@ Open the peertube directory, create a few required directories ``` $ cd /var/www/peertube $ sudo -u peertube mkdir config storage versions +$ sudo -u peertube chmod 750 config/ ``` Download the latest version of the Peertube client, unzip it and remove the zip