Skip to content

An open source Ruby on Rails content management system for small business.

License

Notifications You must be signed in to change notification settings

walxy/refinerycms

 
 

Repository files navigation

Refinery CMS

An open source Ruby on Rails content management system for small business.

Refinery Dashboard

For more screenshots, example sites & high level information: http://refinerycms.com

Give the demo a try

What's it good at?

Refinery is great for small business sites where the client needs to be able to update their website themselves without being bombarded with anything too complicated.

Unlike other content managers, Refinery is truly aimed at the end user making it easy for them to pick up and make changes themselves.

For developers

  • Allows you to get a small business site completed ridiculously quickly
  • Easily Theme and customise the look to suit the business
  • Extend with custom plugins to do anything Refinery doesn't do out of the box
  • Sticks to "the Rails way" as much as possible. We don't force you to learn new templating languages.
  • Uses jQuery for fast and concise JavaScript

Requirements

Refinery's gem requirements are:

Other dependencies

Installing and Setting Up Refinery

See the tutorial

Help and Developer Documentation

Setting Up on Heroku or Using S3 for Storage

If you're using Heroku you will want to put

Refinery.s3_backend = true

in your config/environments/production.rb file to make Refinery store files uploaded on Amazon S3.

Updating to the latest Refinery

When using the gem

Simply run the command:

rake refinery:update

and the up-to-date core files will be copied from the latest gem into your project.

When using git

You can update by running these commands:

git remote add refinerycms git://github.com/resolve/refinerycms.git
git pull refinerycms master

This will pull in all of the updated files in the project and may result in some merge conflicts which you will need to resolve.

What comes included with Refinery

  • Easily upload and insert images
  • Upload and link to resources such as PDF documents
  • Uses the popular attachment_fu Rails plugin
  • Supports storage on Amazon S3
  • Collect inquiries from a contact form
  • Manage your inquiries and be notified when new ones come in
  • Checks new inquiries for spam
  • Get an overview of what has been updated recently
  • Manage who can access Refinery
  • Control which plugins each user has access to
  • Uses the popular authlogic authentication Rails plugin
  • Customise Refinery to look exactly how you want
  • The Rails Way: use regular Rails erb views, no templating languages here!

...Want more? Extend with Plugins

Extend Refinery easily by running the Refinery generator

ruby script/generate refinery

to get help on how to use that. Or read the full documentation on writing plugins for Refinery

Run the Tests

At your application root run:

rake refinery:test_all

Popular Plugins

  • Portfolio - manage groups of images like an image gallery.
  • News - post and manage news items.

Full plugin list here

License

Refinery is released under the MIT license and is copyright (c) 2005-2010 Resolve Digital Ltd.

About

An open source Ruby on Rails content management system for small business.

Resources

License

Stars

Watchers

Forks

Packages

No packages published