forked from fedi/mastodon
Add git and curl as dependencies
In some VPS templates, they are not installed by default.
This commit is contained in:
parent
cfe91ac984
commit
5ed2de6be2
|
@ -88,8 +88,9 @@ It is recommended to create a special user for mastodon on the server (you could
|
||||||
|
|
||||||
## General dependencies
|
## 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 -
|
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
|
sudo npm install -g yarn
|
||||||
|
|
||||||
## Redis
|
## Redis
|
||||||
|
|
Loading…
Reference in a new issue