diff options
author | Josh Morel <morel.josh@hotmail.com> | 2018-09-10 07:37:06 -0400 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-11 10:57:44 +0200 |
commit | ecf06378ff95ec35f75de0169a02a974d2c17c62 (patch) | |
tree | 6b290a9c12d066401606a2dd5fe1882174bff41c /support | |
parent | b8aca3bfe26836ae5b41b587c4fd485eb347f610 (diff) | |
download | PeerTube-ecf06378ff95ec35f75de0169a02a974d2c17c62.tar.gz PeerTube-ecf06378ff95ec35f75de0169a02a974d2c17c62.tar.zst PeerTube-ecf06378ff95ec35f75de0169a02a974d2c17c62.zip |
further enhance tools install explanation
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/tools.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md index 53bfab468..0a2f1f11b 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | You need at least 512MB RAM to run the script. | 14 | You need at least 512MB RAM to run the script. |
15 | Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC. | 15 | Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC. |
16 | You need to follow all the following steps even if you are on a PeerTube server (including cloning the git repository in a different directory than your production installation). | 16 | You need to follow all the following steps even if you are on a PeerTube server (including cloning the git repository in a different directory than your production installation because the scripts utilize non-production dependencies). |
17 | 17 | ||
18 | ### Dependencies | 18 | ### Dependencies |
19 | 19 | ||
@@ -133,4 +133,4 @@ To fix this, you have to run: | |||
133 | 133 | ||
134 | ``` | 134 | ``` |
135 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run update-host | 135 | $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run update-host |
136 | ``` \ No newline at end of file | 136 | ``` |