aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/production.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/production.md')
-rw-r--r--support/doc/production.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/support/doc/production.md b/support/doc/production.md
index fd2957159..8310e7fda 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -59,12 +59,6 @@ $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/down
59$ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip 59$ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip
60``` 60```
61 61
62*If you're using CentOS7, do not forget to activate the devtoolset-7 software collection.
63And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube:*
64```
65$ sudo scl enable devtoolset-7 bash
66```
67
68Install Peertube: 62Install Peertube:
69``` 63```
70$ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest 64$ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest