This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add git and curl as dependencies
In some VPS templates, they are not installed by default.
closed-social-v3
Angristan
7 years ago
committed by
GitHub
parent
cfe91ac984
commit
5ed2de6be2
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 in
s
tall
imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev
nodejs
file
apt-get intall nodejs
sudo npm install -g yarn
## Redis
Write
Preview
Loading…
Cancel
Save