dm_event

dm_event provides the event management system for the MokshaCMS collection of gems. Events and workshops can be created and handle registrations and payment (using active_merchant). You can configure the emails sent for various states of the registration (pending, approved, paid, etc)

The MokshaCMS collection of gems provides an integrated system of services for content, event, forum, learning, and newsletter management. It supports sites with multiple languages and mutliple distinct sites per installation. Administration is built in. Additional services/engines can be written to provide additional functionality.

Installation

Add the following to your Gem file:

gem 'dm_preferences',       '~> 1.0'
gem 'dm_core',              git: 'https://github.com/digitalmoksha/dm_core.git', branch: '4-2-stable'
gem 'dm_cms',               git: 'https://github.com/digitalmoksha/dm_cms.git', branch: '4-2-stable'
gem 'dm_event',             git: 'https://github.com/digitalmoksha/dm_event.git', branch: '4-2-stable'
gem 'themes_for_rails',     git: 'git://github.com/digitalmoksha/themes_for_rails.git'
gem 'aced_rails',           git: 'git://github.com/digitalmoksha/aced_rails.git'

After running bundle install, run

rake dm_core:install:migrations
rake dm_cms:install:migrations
rake dm_event:install:migrations