22
0
Fork 0
This commit is contained in:
Benoît S. 2019-08-21 20:55:33 +02:00
parent e4b6f006c8
commit 53835a3079
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ title: Howto Mastodon
## Installation ## Installation
Nous installons la version **2.9.2** sous **Debian 9 (Stretch)**. Nous installons la version **2.9.3** 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).
@ -88,7 +88,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.9.2 $ git checkout v2.9.3
$ 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