Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Develop on Linux

Subhas Dandapani edited this page Jul 1, 2014 · 4 revisions

Develop on Linux

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 2.1.2 via RVM
  • NodeJS (not required for runtime or application logic, used only for the asset compilation)

Install the following core software:

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

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 2.1.2 via RVM

rvm install 2.1.2 --patch railsexpress