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 (
commit 12e3d4d48db4e4c7b1cd5a6ba3f546814b7e0827
tree 96066546cb73922dfe70e3a94bdc71ed3e7d5a39
parent 0b4a633b836de1d314d6f2c0a4fb2cdbf7731f80
tree 96066546cb73922dfe70e3a94bdc71ed3e7d5a39
parent 0b4a633b836de1d314d6f2c0a4fb2cdbf7731f80
spree /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 24 20:04:48 -0700 2009 | |
| |
CHANGELOG | Tue Apr 28 16:43:51 -0700 2009 | |
| |
CONTRIBUTORS | Sat May 02 12:29:39 -0700 2009 | |
| |
INSTALL | Sun May 03 17:40:23 -0700 2009 | |
| |
LICENSE | Tue Apr 15 19:58:05 -0700 2008 | |
| |
README.markdown | Wed Apr 29 19:23:35 -0700 2009 | |
| |
Rakefile | Wed Apr 16 11:49:32 -0700 2008 | |
| |
app/ | Sun May 03 07:39:28 -0700 2009 | |
| |
bin/ | Fri Jun 20 11:37:36 -0700 2008 | |
| |
config/ | Sun May 03 17:40:47 -0700 2009 | |
| |
db/ | Sun May 03 15:31:23 -0700 2009 | |
| |
lib/ | Sun May 03 17:39:58 -0700 2009 | |
| |
log/ | Wed Apr 30 19:01:05 -0700 2008 | |
| |
public/ | Sun May 03 07:39:28 -0700 2009 | |
| |
script/ | Sat Jan 03 08:32:03 -0800 2009 | |
| |
spec/ | Mon Apr 27 07:56:32 -0700 2009 | |
| |
vendor/ | Fri Apr 24 19:55:02 -0700 2009 |
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/schof/spree.git spreeCreate the necessary config/database.yml file
Install the gem dependencies
rake gems:installBootstrap the database (run the migrations, create admin account, optionally load sample data.)
rake db:bootstrapStart 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 spreeCreate 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:createBootstrap
cd <app-name> rake db:bootstrapLaunch Application
script/server
Browse Store
http://localhost:xxxx/store
Browse Admin Interface
http://localhost:xxxx/admin
Refer to the Spree ecommerce project page to learn more about spree.







