Station is to Rails in Content Management System like Rails is to Ruby in Web Development.
Station provides your Rails application with a "CMS framework".
This means authentication, authorization, roles, permissions, categories, tags, etc… but from a very flexible scope.
script/plugin install git://github.com/atd/attachment_fu.gitInstall station with:
script/plugin install -r stable git://github.com/atd/station.gitInstall exception_notification plugin if you want to receive debugging emails from your application
script/plugin install git://github.com/rails/exception_notification.git
Run
rake gems:installto install the required gem
You can install this aditional gems:
Copyright © 2008-2009 Antonio Tapiador, released under the LGPL license
Antonio Tapiador (atapiador@dit.upm.es)