Navigation Menu

Skip to content

webpulser/forgeos_cms

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

URL: /admin Login: admin@cms.forgeos.com Password: admin

Pages

  • HomePage
  • 404 page

Powered by Webpulser

About

CMS plugin for Forgeos

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published