Template:Installation/RVM

From diaspora* project wiki
< Template:Installation
Revision as of 10:14, 13 June 2013 by Jhass (talk | contribs) (Created page with "{{#vardefine:rubyversion|1.9.3-p429}} We recommend using [http://rvm.io Ruby Version Manager] it will ensure you're always on the currently recommended Ruby version and clean...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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 his version is not maintained with security updates from the Ruby core team anymore. We do not support Ruby 2.0 yet. We currently recommend using .

Installing 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.

Setting up RVM

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

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

Ensure the currently recommend version of Ruby is installed:

rvm install {{#var:variablename}}


Installing Bundler into the global gemset

rvm use {{#var:variablename}}@global
gem install bundler