aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/production.md2
1 files changed, 2 insertions, 0 deletions
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
64$ scl enable devtool-6 bash 64$ scl enable devtool-6 bash
65``` 65```
66And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube. 66And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube.
67
68Install Peertube:
67``` 69```
68$ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest 70$ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest
69$ cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile 71$ cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile