aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorPierre-Alain TORET <pierre-alain.toret@protonmail.com>2018-06-18 09:56:57 +0200
committerChocobozzz <me@florianbigard.com>2018-06-18 10:02:11 +0200
commit80d7cf3a15c533d43e7e7f7a240d0eb89640e1c3 (patch)
treee2115cee31315f2c4e943e4f51444db871cc3165 /support/doc
parent77af3a9701d4e4326bf66fb7e1c8ccfc6014cded (diff)
downloadPeerTube-80d7cf3a15c533d43e7e7f7a240d0eb89640e1c3.tar.gz
PeerTube-80d7cf3a15c533d43e7e7f7a240d0eb89640e1c3.tar.zst
PeerTube-80d7cf3a15c533d43e7e7f7a240d0eb89640e1c3.zip
Update doc for CentOS 7 devtoolset-7
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/dependencies.md4
-rw-r--r--support/doc/production.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 86e8bdbcf..74ba0dd6a 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -54,12 +54,12 @@ $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis git wget unzip pyth
54$ sudo yum update 54$ sudo yum update
55$ sudo yum install epel-release centos-release-scl 55$ sudo yum install epel-release centos-release-scl
56$ sudo yum update 56$ sudo yum update
57$ sudo yum install nginx postgresql postgresql-server openssl gcc-c++ make redis git devtoolset-6 57$ sudo yum install nginx postgresql postgresql-server openssl gcc-c++ make redis git devtoolset-7
58``` 58```
59 59
60 5. You need to use a more up to date version of G++ in order to run the yarn install command, hence the installation of devtoolset-6. 60 5. You need to use a more up to date version of G++ in order to run the yarn install command, hence the installation of devtoolset-6.
61``` 61```
62$ sudo scl devtoolset-6 bash 62$ sudo scl enable devtoolset-7 bash
63``` 63```
64 64
65## FreeBSD 65## FreeBSD
diff --git a/support/doc/production.md b/support/doc/production.md
index 8963f35ff..fd2957159 100644
--- a/support/doc/production.md
+++ b/support/doc/production.md
@@ -59,10 +59,10 @@ $ 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-6 software collection. 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:* 63And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube:*
64``` 64```
65$ scl enable devtool-6 bash 65$ sudo scl enable devtoolset-7 bash
66``` 66```
67 67
68Install Peertube: 68Install Peertube: