about summary refs log tree commit diff
path: root/docs/Running-Mastodon
diff options
context:
space:
mode:
authorAngristan <stanislas.lange@protonmail.com>2017-04-05 14:11:08 +0200
committerGitHub <noreply@github.com>2017-04-05 14:11:08 +0200
commit5ed2de6be2f3003be4422a659bdd7ab96803adf0 (patch)
tree5a9d1efba4a2a119669b2fe0c6003fb9b1548e19 /docs/Running-Mastodon
parentcfe91ac984fcabcc1980e88367dd636f0a8cc799 (diff)
Add git and curl as dependencies
In some VPS templates, they are not installed by default.
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r--docs/Running-Mastodon/Production-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md
index 3912fd2ba..90e9c0dea 100644
--- a/docs/Running-Mastodon/Production-guide.md
+++ b/docs/Running-Mastodon/Production-guide.md
@@ -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