My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: rails, plugin, cms
Blogs:
Feeds:
Groups:
People details
Project owners:
  darthapo, thibaut.barrere
Project committers:
kookster, scottporad

Comatose is a micro CMS, implemented as a Rails plugin, that is designed to be easy to embed and extend.

Installation

From your root application folder, run:

./script/plugin install http://comatose-plugin.googlecode.com/svn/trunk/comatose
./script/generate comatose_migration
rake db:migrate

Now add this to the bottom of your config/routes.rb file:

map.comatose_admin
map.comatose_root ''

That's it! The plugin is installed and ready for integration. See the Installation page for more.









Hosted by Google Code