Template:Installation/RVM: Difference between revisions
(Drop note about ignoring certificate) |
Lazzarello (talk | contribs) (source your environment and install deps as root) |
||
Line 8: | Line 8: | ||
As the user you want to run Diaspora under, that is '''not as root''' run: | As the user you want to run Diaspora under, that is '''not as root''' run: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
Line 22: | Line 21: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" | [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" | ||
source ~/.bashrc | |||
</syntaxhighlight> | </syntaxhighlight> | ||
If you '''don't''' have sudo installed or your current user doesn't have the privileges to execute it, run: | If you '''don't''' have sudo installed or your current user doesn't have the privileges to execute it, run: | ||
Line 33: | Line 29: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
''' | '''The output of autolibs will check your OS for binary dependencies.''' If these are not met, you will see a list of packages preceded by "<tt>Missing required packages:</tt>". As root install all the packages listed there for your OS. Then rerun autolibs. | ||
Ensure the currently recommend version of Ruby is installed: | Ensure the currently recommend version of Ruby is installed: |
Revision as of 10:21, 18 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"
source ~/.bashrc
If you don't have sudo installed or your current user doesn't have the privileges to execute it, run:
rvm autolibs read-fail
The output of autolibs will check your OS for binary dependencies. If these are not met, you will see a list of packages preceded by "Missing required packages:". As root install all the packages listed there for your OS. Then rerun autolibs.
Ensure the currently recommend version of Ruby is installed:
rvm install 2.0