From b1dcbf191cdda8fa47ccfcc41c96f871b977b018 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 21 Oct 2020 09:19:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Improve=20dependency=20link=20on?= =?UTF-8?q?=20install=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit People were missing it Signed-off-by: Thomas Citharel --- docs/administration/index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/administration/index.md b/docs/administration/index.md index f30ce63c..834ff994 100644 --- a/docs/administration/index.md +++ b/docs/administration/index.md @@ -12,9 +12,16 @@ ## Dependencies -Mobilizon requires Elixir, NodeJS and PostgreSQL among other things. +Mobilizon requires Elixir, NodeJS and PostgreSQL among other things. Prefer to install Elixir and NodeJS from their official repositories instead of your distribution's packages. -Installing dependencies depends on the system you're using. Follow the steps of the [dependencies guide](dependencies.md). +Recommended versions: + +* Elixir 1.8+ +* NodeJS 12+ +* PostgreSQL 11+ + +!!! important + Installing dependencies depends on the system you're using. Follow the steps of the [dependencies guide](dependencies.md) and come back to this page when done. ## Setup