diff options
author | David Libeau <DavidLibeau@users.noreply.github.com> | 2018-05-27 01:25:10 +0000 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-29 09:34:15 +0200 |
commit | cfdd9eb4b0458b64fa388685c1e9784fab81b7f2 (patch) | |
tree | c86404fb72cee6ddbf74a74b40e2a8f55ed7e120 /support | |
parent | 08806798d0bda29d12078d1b7ce999b1a7dae585 (diff) | |
download | PeerTube-cfdd9eb4b0458b64fa388685c1e9784fab81b7f2.tar.gz PeerTube-cfdd9eb4b0458b64fa388685c1e9784fab81b7f2.tar.zst PeerTube-cfdd9eb4b0458b64fa388685c1e9784fab81b7f2.zip |
Update production.md
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/production.md | 2 |
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 | ``` |
66 | And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube. | 66 | And after that, follow the step as usual. Do not forget to exit the environment after installing Peertube. |
67 | |||
68 | Install 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 |