Mastodon : mettre à jour son instance (passer en Ruby 2.4.1)
su - mastodon
cd live
git pull
cd .rbenv/plugins/
rm -rf ruby-build/
rbenv install 2.4.1
gem install rails
bundle install
RAILS_ENV=production bundle exec rails db:migrate
RAILS_ENV=production bundle exec rails assets:precompile
Démarrer les services