From: David Libeau Date: Sun, 27 May 2018 01:25:10 +0000 (+0000) Subject: Update production.md X-Git-Tag: v1.0.0-beta.8~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cfdd9eb4b0458b64fa388685c1e9784fab81b7f2;p=oweals%2Fpeertube.git Update production.md --- diff --git a/support/doc/production.md b/support/doc/production.md index 8cc4eb6b4..b354e75eb 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -64,6 +64,8 @@ Install Peertube. If you're using CentOS7, do not forget to activate the devtool $ 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