Fork me on GitHub

Rails Station

Content Management System Engine

Station is to Rails in Content Management System like Rails is to Ruby in Web Development.

Rails = Ruby + Web Development
Station = Rails + Content Management

Station provides your Rails application with a "CMS framework".
This means authentication, authorization, roles, permissions, categories, tags, etc… but from a very flexible scope.

Dependencies

Installation

Plugins

You need attachment_fu for Logos and Attachments. Install this version for better stability:
script/plugin install git://github.com/atd/attachment_fu.git
Install station with:
script/plugin install -r stable git://github.com/atd/station.git
Install exception_notification plugin if you want to receive debugging emails from your application
script/plugin install git://github.com/rails/exception_notification.git

Gems

Run

rake gems:install
to install the required gem

You can install this aditional gems:

Documentation

See rdoc documentation for details

Blog

Find posts about Station development and Rails at Rails Station Blog

License

Copyright © 2008-2009 Antonio Tapiador, released under the LGPL license

Contact

Antonio Tapiador (atapiador@dit.upm.es)