Navigation
- Ruby 1.9.2 and Rails 3.0.1
- Spree, Rails, and Ubuntu
- rails new boutique-shop
- gedit Gemfile
- gem 'spree', :git => 'git://github.com/railsdog/spree.git'
- bundle install
- rails g spree:site
- rake spree:install
- rake spree_sample:install
- rake db:bootstrap
- rails s