From 54e6d383fa834e71c68cf1a3f5fbdef465d79745 Mon Sep 17 00:00:00 2001 From: Adrian Macneil Date: Thu, 30 Aug 2012 16:11:17 +1000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cc3c9b..339e4a2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ # RefineryCMS & Spree Quick Start +These are the steps I followed to get RefineryCMS 2.0 and Spree 1.2 playing nicely together. + +RefineryCMS and Spree both use Devise for authentication, but they both use a separate version. In Spree 1.2, +authentication has been moved to a separate gem, allowing you to use your own authentication. As of Refinery 2.0 +it's still quite a lot of work to use your own authentication. + +For this reason, it seemed easiest to configure Spreee to use RefineryCMS for authentication. + Install Refinery: gem install refinerycms refinerycms refinery_spree -Add Spree gem: +Add Spree 1.2 to the [Gemfile](https://github.com/adrianmacneil/refinery_spree/blob/master/Gemfile): gem 'spree', git: 'git://github.com/spree/spree.git', branch: '1-2-stable'