forked from rapidftr/RapidFTR
-
Notifications
You must be signed in to change notification settings - Fork 4
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
sudo apt-get install libxml2-dev libxslt1-dev build-essential git openjdk-7-jdk imagemagick openssh-server zlib1g-dev
- 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 1.9.3 using rvm
rvm install 1.9.3-p392 --patch railsexpress
- Clone this RapidFTR git repo(http://github.com/rapidftr/RapidFTR).
- Run
rvm --create use 1.9.3-p392@rapidftr
- Run
bundle install
- Follow Initial Seeding and Running