From 1ae7b583d901933d15f7d0dc52f15e723c81a2cd Mon Sep 17 00:00:00 2001 From: bserie Date: Mon, 18 Sep 2017 09:27:09 +0200 Subject: [PATCH] v1.6.1 --- HowtoMastodon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index fc0c0fdf..11985fd7 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -11,7 +11,7 @@ title: Howto Mastodon ## Installation -Nous installons la version **1.6.0** sous **Debian 8 (Jessie)**. +Nous installons la version **1.6.1** sous **Debian 8 (Jessie)**. Mastodon s'appuie sur Ruby, [NodeJS](HowtoNodeJS), [Yarn](HowtoYarn), [Nginx](HowtoNginx), [Redis](HowtoRedis) et [PostgreSQL](HowtoPostgresql). @@ -103,7 +103,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 v1.6.0 +$ git checkout v1.6.1 $ gem install bundler $ bundle install --deployment --without development test $ yarn install --pure-lockfile