X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fproduction.md;h=ea5a27a3b1b853a93494858c587cc2cc3c28c37b;hb=0c985c5a039c3dd942fa78330e83d5434bed66b0;hp=27534269c269866845ba229fc3dc48fb092fa87d;hpb=9c758359c03840c708ccfc8a3f10f1b84ec6611f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/production.md b/support/doc/production.md index 27534269c..ea5a27a3b 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -5,11 +5,11 @@ ## Installation -**Please don't install PeerTube for production on a small device behind a low bandwidth connection (example: a Raspberry PI behind your ADSL link) because it could slow down the fediverse.** +Please don't install PeerTube for production on a small device behind a low bandwidth connection (example: a Raspberry PI behind your ADSL link) because it could slow down the fediverse. See the [FAQ](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) for more information. ### Dependencies -Follow the steps of the [dependencies guide](dependencies.md). +**Follow the steps of the [dependencies guide](dependencies.md).** ### PeerTube user @@ -59,11 +59,13 @@ $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/down $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip ``` -Install Peertube. If you're using CentOS7, do not forget to activate the devtoolset-6 software collection: +*If you're using CentOS7, do not forget to activate the devtoolset-6 software collection. +And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube:* ``` $ scl enable devtool-6 bash ``` -And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube. + +Install Peertube: ``` $ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest $ cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile