22
0
Fork 0

Séparation procédure rbenv

This commit is contained in:
Benoît S. 2017-06-15 15:23:14 +02:00
parent 088dd743ee
commit de469677a7
1 changed files with 9 additions and 0 deletions

View File

@ -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