Download

Links

print
2005-12-16

Install for version rcms-0.2

Installation is straightforward.

Installation

  1. Prerequisites:
    1. FastCgi install DevKit see: fastcgi.com
    2. ImageMagick install
    3. postgresql (tested with 7.4 and 8.0.6)
    4. or mysql (tested with 4.0 and 5.0)
  2. ruby-libs
    1. perhaps install ruby-gems first:
      rubygems
    2. rails > 0.14.1
    3. rmagick
    4. log4r
    5. redcloth
    6. gettext
    7. ferret > 0.3.0
    8. fcgi
    9. postgres (if postgres >= 8 try postgres-pr / i had problems) or mysql
  3. create database and user for production-environment
    1. adopt $ROOT/config/database.yml according to your settings
    2. create db-structure: use $ROOT/db/create.sql for structure. use $ROOT/db/basic.sql to fill neccessary values
  4. setup apache/lighttpd. see file example-apache-conf
  5. adopt $ROOT/config/general.yml
  6. chown -R nobody on $ROOT/*
  7. start apache whatever
  8. tail -f $ROOT/logs/production.log
  9. point your browser wherever u put rcms
  10. smile / cry
  11. point your browser to http://yourhost/admin
    login with ‘admin’ and password ‘foobar’

(repa)