New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dm_forum

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dm_forum

  • 4.2.3.10
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

dm_forum

dm_forum provides the forum management system for the MokshaCMS collection of gems. Forum and forum categories can be created. Forums can be publically open, or private with access limited to specific registered users or users that are registered in an event/workshop (dm_event)

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.

  • core foundation (dm_core)
  • content management (dm_cms)
  • event management (dm_event)
  • forum management (dm_forum)
  • learning management (dm_lms)
  • newsletter management (dm_newsletter)

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_forum',             git: 'https://github.com/digitalmoksha/dm_forum.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_forum:install:migrations

FAQs

Package last updated on 10 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc