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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Spree 0.10.2, running on Heroku

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages