diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-08 11:38:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 11:38:54 +0200 |
commit | 3660f01f60bec405acab672634e184ee5b5b8e46 (patch) | |
tree | a5afe74ab3e0e1a13fc293b8f3fa54dcd4ecdffd /docs/Running-Mastodon | |
parent | a2ec54a20b7426bf6e3d75de19b81e4c4392b7b1 (diff) | |
parent | 741bbba6ff79069d79f98879007f453c85ec9c57 (diff) |
Merge pull request #1115 from vmincev/patch-1
Update Production-guide.md
Diffstat (limited to 'docs/Running-Mastodon')
-rw-r--r-- | docs/Running-Mastodon/Production-guide.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Running-Mastodon/Production-guide.md b/docs/Running-Mastodon/Production-guide.md index af21af546..785826aca 100644 --- a/docs/Running-Mastodon/Production-guide.md +++ b/docs/Running-Mastodon/Production-guide.md @@ -90,7 +90,9 @@ It is recommended to create a special user for mastodon on the server (you could 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 - - apt-get install nodejs + + sudo apt-get install nodejs + sudo npm install -g yarn ## Redis |