This commit is contained in:
Benoît S. 2018-01-05 09:48:20 +01:00
parent deb35a8ab7
commit 4f0aae34c2

View file

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