Thursday, April 7, 2011

Tracks (getontracks) installation

Tracks - http://www.getontracks.org/

1. Version 2 RC 2
2. Required dependencies: RedCloth and sanitize.

Environment:
1. CentOS 5.5 x64
2. Enterprise Ruby Edition 1.8.7 separate install into /opt

Followed instructions as per the installation manual

Error when trying to rake migrate:db, dependencies missing RedCloth and sanitize.

gem install sanitize leads to error.
gem install nokogiri leads to error.

To solve:
gem install rails-sanitize

It will install nokogiri, sanitizie and a whole bunch of other dependencies for you and Tracks got on track :)

No comments: