This commit is contained in:
Benoît S. 2018-03-10 21:04:01 +01:00
parent 7cbe9c93f8
commit 4680564bbf

View file

@ -11,7 +11,7 @@ title: Howto Mastodon
## Installation ## Installation
Nous installons la version **2.2.0** sous **Debian 9 (Stretch)**. Nous installons la version **2.3.0** sous **Debian 9 (Stretch)**.
Mastodon s'appuie sur Ruby, [NodeJS](HowtoNodeJS), [Yarn](HowtoYarn), [Nginx](HowtoNginx), [Redis](HowtoRedis) et [PostgreSQL](HowtoPostgreSQL). 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 # sudo -iu mastodon
$ git clone https://github.com/tootsuite/mastodon.git $ git clone https://github.com/tootsuite/mastodon.git
$ cd mastodon $ cd mastodon
$ git checkout v2.2.0 $ git checkout v2.3.0
$ gem install bundler $ gem install bundler
$ bundle install --deployment --without development test $ bundle install --deployment --without development test
$ yarn install --pure-lockfile $ yarn install --pure-lockfile