/spree_pages

Simple CMS for basic pages for Spree

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Summary

This is a really basic page CMS which fits neatly into the Spree Administration toolbar.

To view your pages from the shop go to:

/pages/whatever-your-permalink-is

I recommend that you also use Spree Editor and configure it to use pages_body.

Installation

Add the following to your Gemfile:

gem "spree_pages", :git => 'git://github.com/sebastyuiop/spree_pages.git'

Run bundle install

bundle install

To copy and apply required migrations run:

rails g spree_pages:install