Skip to content
xlizard edited this page Apr 6, 2011 · 14 revisions

Getting started

Installation of Ruby on Rails with rvm (ubuntu)

Install needed Packages sudo apt-get install libsqlite3-dev libpq-drv libxslt-dev libxml2-dev curl git

Get the sourcecode git clone https://github.com/geigercrowd/geigercrowd_on_rails.git

Install Ruby Version Manager (your user only) bash <(curl -B http://rvm.beginrescueend.com/install/rvm) echo [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc

Restart your teminal to reread your bashrc.

** unfinished **!

Clone this wiki locally