Skip to content

Develop RapidFTR on Linux

starrb edited this page Oct 19, 2013 · 2 revisions

To get RapidFTR running on your Linux machine while it's in a dev environment, you'll need to install the following:

  • CouchDB
  • ImageMagick
  • Java
  • Git
  • Ruby 1.9.3 via RVM

Install the following core software:

sudo apt-get install libxml2-dev libxslt1-dev build-essential git openjdk-7-jdk imagemagick openssh-server zlib1g-dev

CouchDB

  • Install latest CouchDB (1.3.x) from a PPA:
sudo apt-add-repository ppa:nilya/couchdb-1.3
sudo apt-get update
sudo apt-get install couchdb

Ruby 1.9.3 via RVM

rvm install 1.9.3-p392 --patch railsexpress
Clone this wiki locally