Tuesday, October 4, 2011

Content Management System - Browser CMS

Hello rubies,
        I have integrated browser cms in one of the rails application. Awesome to deal with it. Install the browser cms as per your rails version.

If you are using rails below 3 than use browsercms 3.1.2
else use latest version browsercms 3.3.2

After installing cms create the rails application by using command
bcms new project_name -d mysql
cd project_name
rake db:install
rails server

This will create the cms using browsercms. Now you will deal with it by 
adding additional pages, portlets, sections..etc

Want to create in built demo application using browser cms?
bcms demo project_name -d mysql
cd project_name 
rake db:install
rails server

This will create a BrowserCMS project which used MySql as the data
storage. Run the application using http://localhost:3000/cms. and use it's
default user credential cmsadmin/cmsadmin

Get more information regarding browser cms by referring
https://github.com/browsermedia/browsercms/wiki

No comments:

Post a Comment