Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Steps to disable the admin overview dashboard could be added to the getting started guide #37

Open
antonh opened this issue Apr 10, 2012 · 1 comment

Comments

@antonh
Copy link

antonh commented Apr 10, 2012

As of Radar's instructions on the #spree freenode channel, comment out gem 'spree' in your Gemfile and specify all the dependencies of Spree in your Gemfile minus spree_dash as follows:

gem 'spree'

spree_version = '1.0.3'
gem 'spree_core', spree_version
gem 'spree_auth', spree_version
gem 'spree_api', spree_version

gem 'spree_dash', spree_version

gem 'spree_promo', spree_version

@radar
Copy link
Contributor

radar commented Apr 10, 2012

This is a tricky one... I'm not quite sure where to put it in the guides. I was thinking perhaps a note in the Getting Started guide would be the best place for it, but I'm going to have to think about that one for a moment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants