spree-guides icon indicating copy to clipboard operation
spree-guides copied to clipboard

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

Open antonh opened this issue 13 years ago • 1 comments

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

antonh avatar Apr 10 '12 14:04 antonh

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.

radar avatar Apr 10 '12 15:04 radar