Skip to content

parndt/refinerycms-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messages engine for Refinery CMS

A basic audio/video/media messages system to add into the Ruby on Rails content management system Refinery CMS.

About

This is to add functionality to your website to allow people to publish audio files (or video files or any other media really) with a title and a description by hooking into the Files capability of Refinery CMS.

How do I use it?

Requirements

Refinery CMS version 0.9.6 or later.

Gem Installation using Bundler

Include the latest version into your Refinery CMS application's Gemfile from github:

gem "refinerycms-messages", '~> 0.9.7', :require => "messages", :git => 'git://github.com/parndt/refinerycms-messages.git', :tag => '0.9.7'

Then type the following at command line inside your Refinery CMS application's root directory:

bundle install
script/generate messages
rake db:migrate

Rails Engine Installation

If you do not want to install the engine via bundler then you can install it as an engine inside your application's vendor directory. Type the following at command line inside your Refinery CMS application's root directory:

script/plugin install git://github.com/parndt/refinerycms-messages.git
script/generate messages
rake db:migrate

And you should have a new messages section on your website.

About

Really basic (at this stage) messages plugin for Refinery CMS to give users the ability to publish audio or video files on their website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages