Skip to content
jdalphon edited this page Apr 29, 2013 · 18 revisions

Installing rSENSE server

_This install was done on a bare ubuntu 12.04 distro. _

First make sure apt is up to date sudo apt-get update

We need curl to install rvm sudo apt-get install curl

Install rvm (restart shell after) \curl -L https://get.rvm.io | bash -s stable