]> cat aescling's git repositories - mastodon.git/commitdiff
Add git and curl as dependencies
authorAngristan <stanislas.lange@protonmail.com>
Wed, 5 Apr 2017 12:11:08 +0000 (14:11 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 12:11:08 +0000 (14:11 +0200)
In some VPS templates, they are not installed by default.

docs/Running-Mastodon/Production-guide.md

index 3912fd2ba71dfa46a9ece2725d4257076c067a07..90e9c0dea14158866ef5355c6b6f3b0ca3f1b02f 100644 (file)
@@ -88,8 +88,9 @@ It is recommended to create a special user for mastodon on the server (you could
 
 ## General dependencies
 
+    sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file git curl
     curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
-    sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file
+    apt-get intall nodejs
     sudo npm install -g yarn
 
 ## Redis