Merge branch 'master' into 'master'

🗎 Don't `sudo apt install sudo` and add imagemagick to dependencies

See merge request framasoft/mobilizon!284
This commit is contained in:
Thomas Citharel 2019-10-17 15:03:26 +02:00
commit f0d4d84a58
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
1. On a fresh Debian/Ubuntu, as root user, install basic utility programs needed for the installation
```
sudo apt install curl sudo unzip vim
sudo apt install curl unzip vim
```
2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
@ -27,7 +27,7 @@ sudo apt install curl sudo unzip vim
```
sudo apt update
sudo apt install nginx postgresql postgresql-contrib openssl make git esl-erlang elixir postgis
sudo apt install nginx postgresql postgresql-contrib openssl make git esl-erlang elixir postgis imagemagick
```
Now that dependencies are installed, before running Mobilizon you should start PostgreSQL:
@ -40,7 +40,7 @@ sudo systemctl start postgresql
1. Run:
```
sudo pacman -S nodejs postgresql openssl git wget unzip base-devel yarn nginx elixir postgis
sudo pacman -S nodejs postgresql openssl git wget unzip base-devel yarn nginx elixir postgis imagemagick
```
Now that dependencies are installed, before running Mobilizon you should start PostgreSQL and Redis: