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:
commit
f0d4d84a58
|
@ -9,7 +9,7 @@
|
||||||
1. On a fresh Debian/Ubuntu, as root user, install basic utility programs needed for the installation
|
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
|
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 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:
|
Now that dependencies are installed, before running Mobilizon you should start PostgreSQL:
|
||||||
|
@ -40,7 +40,7 @@ sudo systemctl start postgresql
|
||||||
1. Run:
|
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:
|
Now that dependencies are installed, before running Mobilizon you should start PostgreSQL and Redis:
|
||||||
|
|
Loading…
Reference in a new issue