Installation for rcms 0.3
Version rcms-0.3 brings along a nice little
rake-task named ‘setup’
This will hopefully help making the setup-process a charme.
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. point your browser to http://localhost:3000/admin
and login with user ‘admin’ and password ‘foobar’
9. if all went well – setup apache/lighttpd according to your needs/wishes (examples are given in ‘docs/’)
(repa)

