From a5fdfcce673113005c83a03bd533e134feec3edf Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 22 Jun 2018 13:36:16 +0200 Subject: [PATCH] 2.4.2 --- HowtoMastodon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index c55fce13..b46459d5 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -11,7 +11,7 @@ title: Howto Mastodon ## Installation -Nous installons la version **2.4.1** sous **Debian 9 (Stretch)**. +Nous installons la version **2.4.2** sous **Debian 9 (Stretch)**. Mastodon s'appuie sur Ruby, [NodeJS](HowtoNodeJS), [Yarn](HowtoYarn), [Nginx](HowtoNginx), [Redis](HowtoRedis) et [PostgreSQL](HowtoPostgreSQL). @@ -87,7 +87,7 @@ On clone le repository et installe avec _bundle_ et _yarn_ : # sudo -iu mastodon $ git clone https://github.com/tootsuite/mastodon.git $ cd mastodon -$ git checkout v2.4.1 +$ git checkout v2.4.2 $ gem install bundler $ bundle install --deployment --without development test $ yarn install --pure-lockfile