QEDio / refinerycms-portfolio

A really straightforward open source Refinery CMS portfolio plugin written in Ruby on Rails

Home Page:www.refinerycms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio plugin for Refinery CMS (Github)

WARNING!

This latest version (master) is not stable. The schema is actively changing. Use at your own risk. If you are looking for a Refinery 2.0-compatible branch, use the '2-0-stable' branch.

Requirements

This engine requires Refinery CMS version >= 2.0.0.

Gem Installation

Ensure you have created your application's database before adding this engine (with rake db:setup).

Open your Gemfile and add this line to the bottom:

gem 'refinerycms-portfolio', :git => 'git://github.com/refinery/refinerycms-portfolio.git', :branch => '2-0-stable'

Now run bundle install and once bundler has installed the gem run:

rails generate refinery:portfolio
rake db:migrate
rake db:seed

Now, restart your web server and enjoy.

About

A really straightforward open source Refinery CMS portfolio plugin written in Ruby on Rails

www.refinerycms.com


Languages

Language:Ruby 96.8%Language:CoffeeScript 3.1%Language:JavaScript 0.1%