Skip to content

Building a Content Managed Site with EngineY

timothyf edited this page Sep 13, 2010 · 21 revisions

EngineY is not only useful for building social networking sites. EngineY also makes a great platform for building any site in which you want to easily be able to manage its content through a simple UI. For example, the EngineY home page at www.enginey.com doesn’t look at all like a social site, however it is running on EngineY. Each piece of content on that site is editable through the UI. This allows me to quickly and easily make updates and changes to the site. You can also start with a content managed site and slowly add in some of EngineY’s social features.

Using the managed content widget
EngineY includes a widget which lets you easily add chunks of managed content to your site. This is the html_content_home widget.

Adding managed content

Creating a sample CMS site
EngineY includes a Rake task that can be used to generate a sample content managed site that you can then modify to meet your unique requirements. To setup this sample CMS site follow these steps:

   rake db:drop:all (remove any existing databases)
   rake db:create:all
   rake db:migrate
   rake enginey:cms_site_init