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

Latest commit

 

History

History
39 lines (22 loc) · 888 Bytes

README.markdown

File metadata and controls

39 lines (22 loc) · 888 Bytes

SUMMARY

Spree is a complete open source commerce solution for Ruby on Rails. It was developed by Sean Schofield under the original name of Rails Cart before changing its name to Spree.

Refer to the Spree ecommerce project page to learn more.

QUICK START

  1. Clone this repository

     git clone git://github.com/Jberlinsky/Spree-0.10.2-On-Heroku.git spree-heroku
    
  2. Edit vendor/spree/app/models/image.rb to reflect your Amazon S3 credentials

  3. Create a heroku application

     heroku create --stack bamboo-ree-1.8.7 --remote bamboo
    
  4. Push the application to Heroku. This will take a while, because Heroku has to load all of the gems

     git push bamboo master
    
  5. Bootstrap

     rake db:bootstrap
    
  6. Create an administrator

     rake db:admin:create
    
  7. Upload the database to Heroku

     heroku db:push