Browse Source

Merge pull request #936 from Angristan/patch-7

Add git and curl as dependencies
closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
7c4dde56a3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/Running-Mastodon/Production-guide.md

+ 2
- 1
docs/Running-Mastodon/Production-guide.md View 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

Loading…
Cancel
Save