18
0
Fork 0

Bump version

This commit is contained in:
Benoît S. 2017-08-07 22:59:21 +02:00
parent 1e12e9f688
commit bef2fbca52
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ title: Howto Mastodon
## Installation
Nous installons la version **1.4.7** sous **Debian 8 (Jessie)**.
Nous installons la version **1.5.1** sous **Debian 8 (Jessie)**.
Mastodon s'appuie sur Ruby, [NodeJS](HowtoNodeJS), [Yarn](HowtoYarn), [Nginx](HowtoNginx), [Redis](HowtoRedis) et [PostgreSQL](HowtoPostgresql).
@ -101,7 +101,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.4.7
$ git checkout v1.5.1
$ gem install bundler
$ bundle install --deployment --without development test
$ yarn install --pure-lockfile