public
Description: Comatose is a micro CMS, implemented as a Rails plugin, that is designed to be easy to embed and extend.
Homepage: http://comatose.rubyforge.org
Clone URL: git://github.com/darthapo/comatose.git
Click here to lend your support to: comatose and make a donation at www.pledgie.com !
comatose / INSTALL
100644 21 lines (11 sloc) 0.653 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
======================
 Welcome to Comatose!
======================
 
Be sure and install the acts_as_tree and acts_as_list plugins!
 
From here you'll want to run:
 
  $ ./script/generate comatose_migration
  
NOTE: The generator will add the default comatose routes to the top of your routes.rb file. You'll want to move `map.comatose_root ''` to the bottom of your routes block.
 
When that's finished, run:
 
  $ rake db:migrate
 
That's it for the Comatose setup!
 
Be sure to read the README file, and the 'Getting Started' guide. They are located at vendor/plugins/comatose/README and http://comatose.rubyforge.org/getting-started-guide respectively.