-
Notifications
You must be signed in to change notification settings - Fork 7
Setup
xlizard edited this page Apr 6, 2011
·
14 revisions
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 **!