From 0ecaf2040ff1e8abd37a2d48979f1cf95e8fb8ab Mon Sep 17 00:00:00 2001 From: bserie Date: Fri, 14 Jun 2019 13:09:14 +0200 Subject: [PATCH] v2.9.0 --- HowtoMastodon.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index c417f8b5..c3af8483 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -11,7 +11,7 @@ title: Howto Mastodon ## Installation -Nous installons la version **2.8.4** sous **Debian 9 (Stretch)**. +Nous installons la version **2.9.0** sous **Debian 9 (Stretch)**. 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 $ git clone https://github.com/tootsuite/mastodon.git $ cd mastodon -$ git checkout v2.8.4 +$ git checkout v2.9.0 $ gem install bundler $ bundle install --deployment --without development test $ yarn install --pure-lockfile @@ -353,6 +353,7 @@ $ bundle install --deployment --without development test $ yarn install --pure-lockfile $ bundle exec rails db:migrate $ bundle exec rails assets:precompile +$ bin/tootctl cache clear $ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public/{assets,packs} $ exit # systemctl restart mastodon-*.service