Skip to content

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

License

Notifications You must be signed in to change notification settings

levicole/refinerycms-portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio plugin for RefineryCMS (Github)

By: Resolve Digital

Gem Installation

Open your Gemfile and add this line to the bottom:

gem 'refinerycms-portfolio', '= 0.9.6', :require => 'portfolio'

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

rake refinery:portfolio:install

..and follow the instructions!

Plugin Installation

From within your Refinery directory at command line, install this as a plugin using:

script/plugin install git://github.com/resolve/refinerycms-portfolio.git

Then run:

rake refinery:portfolio:install

..and follow the instructions!

Single or Multiple Level Portfolios

The standard setup for portfolios is multi-level, with a parent portfolio having child portfolios. If your needs are simpler, you can switch to a single level of portfolios by changing the Refinery Setting for 'Multi Level Portfolio' to false.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 83.7%
  • JavaScript 16.3%