ForgeosCMS
ForgeosCMS is an extension of Ruby on Rails for CMS development
VERSION : 0.9.6
Prerequisites
Plugins
- ForgeosCore
Initialize
$ ./script/generate plugin_migration forgeos_cms
$ rake forgeos:cms:install
Update routes.rb
Add at the end of your routes :
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
map.page '*url', :controller => 'pages', :action => 'show'
Default settings
Admin
Pages
- HomePage
- 404 page
Powered by Webpulser