Skip to content
Daniel W. Crompton edited this page Mar 16, 2014 · 7 revisions

Installation

Install RVM

\curl -sSL https://get.rvm.io | bash -s stable

Get a local copy of the repository

git clone https://github.com/webhat/oplerno.git

Setup the server

cd oplerno

git checkout develop

bundle install

Run the service

rails s

Installing ruby version from capistrano

cap staging rvm1:install:ruby
Clone this wiki locally