CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 14:37:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090918090616
location: https://web.archive.org/web/20090918090616/https://github.com/schof/spree/tree/
server-timing: captures_list;dur=0.773909, exclusion.robots;dur=0.019657, exclusion.robots.policy;dur=0.007296, esindex;dur=0.010706, cdx.remote;dur=626.992383, LoadShardBlock;dur=1813.029666, PetaboxLoader3.resolve;dur=1330.400453, PetaboxLoader3.datanode;dur=320.435993
x-app-server: wwwb-app239
x-ts: 302
x-tr: 2680
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=4
set-cookie: wb-p-SERVER=wwwb-app239; 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: Thu, 07 Aug 2025 14:37:33 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Fri, 18 Sep 2009 09:06:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "f99323d46db498fb871afad263ff74b7"
x-archive-orig-x-runtime: 269ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 37111
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 18 Sep 2009 09:06:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 12 Jun 2008 08:12:02 GMT", ; rel="prev memento"; datetime="Mon, 20 Apr 2009 04:44:18 GMT", ; rel="memento"; datetime="Fri, 18 Sep 2009 09:06:16 GMT", ; rel="next memento"; datetime="Fri, 18 Sep 2009 16:30:18 GMT", ; rel="last memento"; datetime="Sat, 05 Dec 2009 15:05:58 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: 52_11_20090918061259_crawl101.gpg-c/52_11_20090918090514_crawl101.arc.gz
server-timing: captures_list;dur=0.630368, exclusion.robots;dur=0.021925, exclusion.robots.policy;dur=0.008737, esindex;dur=0.010758, cdx.remote;dur=48.777291, LoadShardBlock;dur=877.210329, PetaboxLoader3.resolve;dur=563.659907, PetaboxLoader3.datanode;dur=309.609347, load_resource;dur=243.134971
x-app-server: wwwb-app239
x-ts: 200
x-tr: 1270
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=32
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
- 599-refactor-variants
- 606-avoid-clobbering-formbuilder
- 610-meta-tags-for-taxon-pages-and-home-page
- 611-refactor-charges-to-use-calculators-and-be-polymorphic
- 665-test
- 667-jqueryvalidate-should-support-i18n
- 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: | This is my personal fork of the Spree project. You want railsdog/spree for the official Spree repository. 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!