Bump to 1.6.0

This commit is contained in:
Benoît S. 2017-09-13 12:08:05 +02:00
parent 087a32b889
commit 63800bef5e

View file

@ -11,7 +11,7 @@ title: Howto Mastodon
## Installation
Nous installons la version **1.5.1** sous **Debian 8 (Jessie)**.
Nous installons la version **1.6.0** 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.5.1
$ git checkout v1.6.0
$ gem install bundler
$ bundle install --deployment --without development test
$ yarn install --pure-lockfile