spree / spree-guides

Official Spree Documentation
http://guides.spreecommerce.org
88 stars 142 forks source link

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

Open antonh opened 12 years ago

antonh commented 12 years ago

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 commented 12 years ago

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.