Download

Links

print
2006-05-08

Prerequisites

RCMS needs some installed librarys/ruby-gems to
work – see the list for what to install:

  1. Prerequisites:
    1. ImageMagick install
    2. postgresql (tested with 7.4 and 8.0.6) or mysql (tested with 4.0 and 5.0)
    3. (Only if u would like to run rcms with fcgi) FastCgi install DevKit see: fastcgi.com
  2. ruby-libs
    1. perhaps install ruby-gems first:
      rubygems
    2. rails >= 1.1.2
    3. rmagick
    4. log4r
    5. redcloth
    6. gettext
    7. ferret > 0.3.0
    8. fcgi
    9. database-adapters: postgres or postgres-pr or mysql

the latest development of rcms is done with the following:

  • Ruby version 1.8.4 (i386-freebsd6)
  • RubyGems version 0.8.11
  • Rails version 1.1.2
  • Active Record version 1.14.2
  • Action Pack version 1.12.1
  • Action Web Service version 1.1.2
  • Action Mailer version 1.2.1
  • Active Support version 1.3.1

(repa)