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

awagener/refinerycms-portfolio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio plugin for RefineryCMS

Github

By: Resolve Digital

Plugin Installation

Just 'git clone' Refinery, install this as a plugin using:

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

Then run:

rake refinery:portfolio:install

..and follow the instructions!

Gem Installation

Method One

Just install the gem 'portfolio' with the command:

gem install refinerycms-portfolio --source http://gemcutter.org

Then run:

refinerycms-portfolio-install /path/to/your/refinery/application

Then place in your config/environment.rb (or config/application.rb for refinery 0.9.6.x) file before all other Refinery gem calls:

config.gem "refinerycms-portfolio", :version => ">= 0.9.3.8", :lib => "portfolio", :source => "http://gemcutter.org"

..and follow the instructions!

Method Two

Place in your config/environment.rb (or config/application.rb for refinery 0.9.6.x) file before all other Refinery gem calls:

config.gem "refinerycms-portfolio", :version => ">= 0.9.3.8", :lib => "portfolio", :source => "http://gemcutter.org"

Then run in your application's directory:

rake gems:install

Then run:

refinerycms-portfolio-install /path/to/your/refinery/application

..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 80.3%
  • JavaScript 19.7%