forked from rapidftr/RapidFTR
-
Notifications
You must be signed in to change notification settings - Fork 0
Install and run RapidFTR on Linux ( Archive )
vikytech edited this page Apr 30, 2013
·
3 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.8.7 via RVM
sudo apt-get install libxml2-dev libxslt1-dev build-essential git openjdk-7-jdk imagemagick openssh-server
- If you have Ubuntu 12.04 or below, first add a PPA:
sudo apt-add-repository ppa:longsleep/couchdb
- Install couchdb using apt:
sudo apt-get update
sudo apt-get install couchdb
- Follow RVM install instructions
- Install Ruby 1.8.7 using rvm
rvm install 1.8.7
- If you have RVM correctly configured, then just
cd <path-to-rapidftr-codebase>
, RVM will automatically create and use a gemset - Otherwise, run:
rvm --create use 1.8.7@rapidftr
- Clone this RapidFTR git repo(http://github.com/rapidftr/RapidFTR).
- Run
bundle install
- Follow Initial Seeding and Running