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.
-
Clone this repository
git clone git://github.com/Jberlinsky/Spree-0.10.2-On-Heroku.git spree-heroku
-
Edit vendor/spree/app/models/image.rb to reflect your Amazon S3 credentials
-
Create a heroku application
heroku create --stack bamboo-ree-1.8.7 --remote bamboo
-
Push the application to Heroku. This will take a while, because Heroku has to load all of the gems
git push bamboo master
-
Bootstrap
rake db:bootstrap
-
Create an administrator
rake db:admin:create
-
Upload the database to Heroku
heroku db:push