]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/tools.md
Fix "no results" on overview page
[github/Chocobozzz/PeerTube.git] / support / doc / tools.md
index 2f36d07fdcc90d58d5dde0eebda24094f651b640..0a2f1f11b35f98d99757b86c85c9b8a6dfaebe13 100644 (file)
@@ -4,6 +4,7 @@
    - [import-videos.js](#import-videosjs)
    - [upload.js](#uploadjs)
  - [Server tools](#server-tools)
+   - [parse-log](#parse-log)
    - [create-transcoding-job.js](#create-transcoding-jobjs)
    - [create-import-video-file-job.js](#create-import-video-file-jobjs)
    - [prune-storage.js](#prune-storagejs)
@@ -12,7 +13,7 @@
 
 You need at least 512MB RAM to run the script.
 Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC.
-You need to follow all the following steps even if you are on a PeerTube server.
+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).
 
 ### Dependencies
 
@@ -132,4 +133,4 @@ To fix this, you have to run:
 
 ```
 $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run update-host
-```
\ No newline at end of file
+```