CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 20 Aug 2025 15:27:13 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090829152422
location: https://web.archive.org/web/20090829152422/https://github.com/schof/spree/tree/master
server-timing: captures_list;dur=0.885333, exclusion.robots;dur=0.035985, exclusion.robots.policy;dur=0.021896, esindex;dur=0.013666, cdx.remote;dur=31.932020, LoadShardBlock;dur=252.632491, PetaboxLoader3.datanode;dur=108.856556, PetaboxLoader3.resolve;dur=31.341881
x-app-server: wwwb-app202
x-ts: 302
x-tr: 402
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 20 Aug 2025 15:27:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 29 Aug 2009 15:24:22 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 1250ms
x-archive-orig-etag: "0327d943949a52f7d5fd0e725e814cee"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 34728
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 29 Aug 2009 15:24:22 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 13 May 2008 01:52:31 GMT", ; rel="prev memento"; datetime="Wed, 29 Jul 2009 06:04:31 GMT", ; rel="memento"; datetime="Sat, 29 Aug 2009 15:24:22 GMT", ; rel="next memento"; datetime="Sun, 10 Jan 2010 03:23:18 GMT", ; rel="last memento"; datetime="Wed, 06 Sep 2023 05:45:35 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090829142129_crawl100.gpg-c/51_11_20090829151546_crawl101.arc.gz
server-timing: captures_list;dur=1.854962, exclusion.robots;dur=0.051986, exclusion.robots.policy;dur=0.031712, esindex;dur=0.020076, cdx.remote;dur=29.941343, LoadShardBlock;dur=726.204048, PetaboxLoader3.datanode;dur=585.230041, PetaboxLoader3.resolve;dur=325.565325, load_resource;dur=217.994583
x-app-server: wwwb-app202
x-ts: 200
x-tr: 1097
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
schof's spree at master - GitHub
- master
-
all branches
- 0_8_5
- 494-rake-task-for-default-data
- 502-image-upload-failing
- 545-system-of-credits
- 579-calculator-refactor
- 584-fix-charges-migration
- 585-variant-images
- 606-avoid-clobbering-formbuilder
- 610-meta-tags-for-taxon-pages-and-home-page
- 611-refactor-charges-to-use-calculators-and-be-polymorphic
- 665-test
- lh-test
- master
- nested_attributes
- taxonomy_landing
- all tags
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Fork of railsdog/spree | |
Description: | Spree is a complete open source e-commerce solution for Ruby on Rails. edit |
Homepage: | https://spreecommerce.com edit |
Public Clone URL: |
git://github.com/schof/spree.git
Give this clone URL to anyone.
git clone git://github.com/schof/spree.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:schof/spree.git
|

Sean Schofield (author)
Mon Aug 17 11:11:49 -0700 2009
spree /
README.markdown
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.
QUICK START
Running from sources (latest and greatest features)
Clone the git repo
git clone git://github.com/railsdog/spree.git spree
Create the necessary config/database.yml file
Install the gem dependencies
rake gems:install
Bootstrap the database (run the migrations, create admin account, optionally load sample data.)
rake db:bootstrap
Start the server
script/server
Running the Gem
Install spree Gem
NOTE: This may take a while. The gem currently includes a frozen version of Rails 2.0.2sudo gem install spree
Create Spree Application
spree <app_name>
Create your database and edit the config/database.yml to taste.
You can skip this step if using sqlite3 as your database.rake db:create
Bootstrap
cd <app-name> rake db:bootstrap
Launch Application
script/server
Browse Store
https://localhost:xxxx/store
Browse Admin Interface
https://localhost:xxxx/admin
Refer to the Spree ecommerce project page to learn more about spree.
This feature is coming soon. Sit tight!