Template:Installation/RVM: Difference between revisions

From diaspora* project wiki
(→‎Set up RVM: build deps)
m (Reverted edits by Lazzarello (talk) to last revision by Jhass)
Line 27: Line 27:




As root, install build deps for Ruby
If you '''don't''' have sudo installed or your current user doesn't have the privileges to execute it, run:
 
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
apt-get install gawk libreadline6-dev libyaml-dev libsqlite3-dev sqlite3 autoconf libgdbm-dev libncurses5-dev automake bison libffi-dev
rvm autolibs read-fail
</syntaxhighlight>
</syntaxhighlight>
'''Closely watch the output of the next step for something''' like "<tt>Missing required packages:</tt>". If it appears, hit <tt>Ctrl+C</tt> and install all the packages listed there. Then rerun that command.


Ensure the currently recommend version of Ruby is installed:
Ensure the currently recommend version of Ruby is installed:

Revision as of 09:01, 11 October 2014


RVM

We recommend using Ruby Version Manager it will ensure you're always on the currently recommended Ruby version and cleanly separate your Diaspora installation from all other Ruby applications on your machine. If you opt for not using it ensure your Ruby version is at least 1.9.2-p320, prior versions are incompatible. Be aware that this version is not maintained with security updates from the Ruby core team anymore. We currently recommend using the latest release of the 2.0 series.

Install RVM

As the user you want to run Diaspora under, that is not as root run:

curl -L dspr.tk/1t | bash

and follow the instructions.

Set up RVM

Ensure the following line is in your ~/.bashrc:

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"


Now close all open terminals and open a new one!


If you don't have sudo installed or your current user doesn't have the privileges to execute it, run:

rvm autolibs read-fail

Closely watch the output of the next step for something like "Missing required packages:". If it appears, hit Ctrl+C and install all the packages listed there. Then rerun that command.

Ensure the currently recommend version of Ruby is installed:

rvm install 2.0