2007-08-28 

Installation 0.4.x

Installation instruction for rcms-0.4.x -
rcms is a work in progress. take care.

1. Get the source from: http://codecoop.org/projects/rcms/

2. Unpack the tarball in an appropriate directory

3. create a database in mysql or postgresql
and adopt ‘config/database.yml’ to your needs – u will need access to a fresh database. Adopt ‘config/general.yml’ as well.

3. cd into the newly created directory

4. run the command rake setup

5. run ./script/server

6. point your browser to http://localhost:3000

7. whow!

8. finally login with user ‘admin’ and password ‘foobar’ – change the password!

repa