From: Angristan Date: Tue, 4 Apr 2017 17:23:53 +0000 (+0200) Subject: Add file package X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6091b9b1a965ae5c1751627ee29c7db95643fcfe;p=mastodon.git Add file package If the file package is not installed, we get "Validation failed: File has contents that are not what they are reported to be" when upload media. --- diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index 469fefa94..a70f174d4 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -76,7 +76,7 @@ It is recommended to create a special user for mastodon on the server (you could ## General dependencies curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - - sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs + sudo apt-get install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev nodejs file sudo npm install -g yarn ## Redis