CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 04 Aug 2025 21:20:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090917055405
location: https://web.archive.org/web/20090917055405/https://github.com/railsdog/spree
server-timing: captures_list;dur=0.847442, exclusion.robots;dur=0.027124, exclusion.robots.policy;dur=0.012673, esindex;dur=0.014007, cdx.remote;dur=47.962321, LoadShardBlock;dur=464.843988, PetaboxLoader3.resolve;dur=228.478517, PetaboxLoader3.datanode;dur=196.398115
x-app-server: wwwb-app225
x-ts: 302
x-tr: 593
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Mon, 04 Aug 2025 21:20:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Thu, 17 Sep 2009 05:54:04 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d0ec868354433fd3d5e5cd5e6260b894"
x-archive-orig-x-runtime: 299ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 36086
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 17 Sep 2009 05:54:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 20 Aug 2009 04:27:50 GMT", ; rel="prev memento"; datetime="Thu, 20 Aug 2009 04:27:50 GMT", ; rel="memento"; datetime="Thu, 17 Sep 2009 05:54:05 GMT", ; rel="next memento"; datetime="Mon, 05 Oct 2009 10:29:05 GMT", ; rel="last memento"; datetime="Mon, 01 Jul 2024 13:02:45 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_20090917031240_crawl101_IndexOnly.gpg-c/51_11_20090917055401_crawl101.arc.gz
server-timing: captures_list;dur=0.586228, exclusion.robots;dur=0.037080, exclusion.robots.policy;dur=0.027966, esindex;dur=0.012191, cdx.remote;dur=20.527909, LoadShardBlock;dur=236.548951, PetaboxLoader3.datanode;dur=85.800145, PetaboxLoader3.resolve;dur=294.503171, load_resource;dur=205.807831
x-app-server: wwwb-app225
x-ts: 200
x-tr: 536
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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
railsdog's spree at master - GitHub
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 (

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/railsdog/spree.git
Give this clone URL to anyone.
git clone git://github.com/railsdog/spree.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:railsdog/spree.git
|
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!