From de469677a72eb0e26b6854d705c9bcc9505a6fe3 Mon Sep 17 00:00:00 2001 From: bserie Date: Thu, 15 Jun 2017 15:23:14 +0200 Subject: [PATCH] =?UTF-8?q?S=C3=A9paration=20proc=C3=A9dure=20rbenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMastodon.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index b041ce8f..b942be0a 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -70,6 +70,10 @@ Installation classique : ### Installation +#### rbenv + +Mastodon recommande d'utiliser rbenv. + ~~~ # sudo -iu mastodon $ git clone https://github.com/rbenv/rbenv.git ~/.rbenv @@ -82,6 +86,11 @@ $ git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build $ cd $ TMPDIR=~/tmp MAKE_OPTS=-j$(nproc) rbenv install 2.4.1 $ git clone https://github.com/tootsuite/mastodon.git +~~~ + +#### Mastodon + +~~~ $ cd mastodon $ git checkout v1.4.1 $ gem install bundler