Wolffia is a simple Content Management System developed on the Ruby on Rails Framework
Its purpose is to create a CMS which is:
-
free
-
light
-
robust
-
easy to install
-
easy to extend
-
open source!
Wolffia requires the following gems to work - hpricot
You have to add the latest version of jQuery
Open a terminal and type
gem install wolffia
Create a new Rails project rails new demo
cd demo
Edit the GemFile by adding the following lines: gem ‘hpricot’ gem ‘wolffia’
run : bundle install
You are read to go !
cd in your project’s folder
run: rails g wolffia install –module session rails g wolffia install –module cms
The current version is 0.1 build 29122011
If you want to contribue join us at: github.com/pragathoys/Wolffia