logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 7c4dde56a33c8bf378d28aec752dfaf0351db999
parent: 220bc48e8e9c4b8cebd98537233998f34d768347
Author: Eugen <eugen@zeonfederated.com>
Date:   Wed,  5 Apr 2017 14:57:01 +0200

Merge pull request #936 from Angristan/patch-7

Add git and curl as dependencies

Diffstat:

Mdocs/Running-Mastodon/Production-guide.md3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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