Improve production guide format

pull/603/head
Chocobozzz 2018-05-29 09:36:14 +02:00
parent cfdd9eb4b0
commit 87529dbfdf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -59,11 +59,11 @@ $ 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:
```