Prerequisite Packages

Collaboa requires the following Ruby packages to be installed:

  • MySQL or Postgresql1)
  • RedCloth
  • Syntax
  • xhtmldiff
  • ruby-iconv (freebsd at least)
  • subversion-ruby (freebsd at least)

The easiest way to install these is by using Ruby Gems. If you have Gems installed, installation of these is as simple as:

$ gem install mysql
$ gem install RedCloth 
$ gem install syntax
$ gem install xhtmldiff
1) I guess that means that mysql or postgresql is required also. How about sqlite instead? - CP
sqlite3 works fine. just edit database.yml correctly and include rb-sqlite3. -WL
 
collaboa/prerequisites.txt · Last modified: 2008/01/21 15:22 by kitplummer
 
Recent changes RSS feed