My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

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.

Powered by Google Project Hosting