diff options
author | Gérald Niel <gerald.niel@gegeweb.org> | 2018-03-25 15:56:45 +0200 |
---|---|---|
committer | Gérald Niel <gerald.niel@gegeweb.org> | 2018-03-25 15:56:45 +0200 |
commit | 5b107cd341936f30ec1246ed2fb20b3aed04703d (patch) | |
tree | a4045d15991386ddeb5d11e7c449023d31b48cfb /support/doc/production.md | |
parent | 5c25dbc22df29c295370f8ac690ba7565368e1c9 (diff) | |
parent | 5c5638a062d90a0f0cd5f6e8ccb3589099668e79 (diff) | |
download | PeerTube-5b107cd341936f30ec1246ed2fb20b3aed04703d.tar.gz PeerTube-5b107cd341936f30ec1246ed2fb20b3aed04703d.tar.zst PeerTube-5b107cd341936f30ec1246ed2fb20b3aed04703d.zip |
Merge branch 'develop' of github.com:Chocobozzz/PeerTube into develop
Diffstat (limited to 'support/doc/production.md')
-rw-r--r-- | support/doc/production.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 3a58811b0..313b57889 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -51,7 +51,11 @@ $ sudo -u peertube wget -q "https://github.com/Chocobozzz/PeerTube/releases/down | |||
51 | $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip | 51 | $ sudo -u peertube unzip peertube-${VERSION}.zip && sudo -u peertube rm peertube-${VERSION}.zip |
52 | ``` | 52 | ``` |
53 | 53 | ||
54 | Install Peertube | 54 | Install Peertube. If you're using CentOS7, do not forget to activate the devtoolset-6 software collection: |
55 | ``` | ||
56 | $ scl enable devtool-6 bash | ||
57 | ``` | ||
58 | And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube. | ||
55 | ``` | 59 | ``` |
56 | $ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest | 60 | $ cd ../ && sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest |
57 | $ cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile | 61 | $ cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile |