From 078c26959015501f01e4b502f007e9abb412bba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 17 Oct 2019 14:41:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=8E=20Don't=20`sudo=20apt=20install=20?= =?UTF-8?q?sudo`=20and=20add=20imagemagick=20to=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- support/guides/install/dependencies.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/guides/install/dependencies.md b/support/guides/install/dependencies.md index 45cd95c00..b8c111bec 100644 --- a/support/guides/install/dependencies.md +++ b/support/guides/install/dependencies.md @@ -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: