0.0
No commit activity in last 3 years
No release in over 3 years
Forgeos Cms provide pages, blocks and other cms features
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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