This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 319
Develop on Linux
Subhas Dandapani edited this page Jul 1, 2014
·
4 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 2.1.2 via RVM
- NodeJS (not required for runtime or application logic, used only for the asset compilation)
sudo apt-get install libxml2-dev libxslt1-dev build-essential git openjdk-7-jdk imagemagick openssh-server zlib1g-dev nodejs
- 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
- Follow RVM install instructions
- Install Ruby 2.1.2 using rvm
rvm install 2.1.2 --patch railsexpress
- Clone this RapidFTR git repo(http://github.com/rapidftr/RapidFTR).
- Run
rvm --create use 2.1.2@rapidftr
- Run
bundle install
- Follow Running Tests and Default Seed Data