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 27469d0c70765d94087d9c1147739d382abfdd53
tree f6f18e5197e37e8df4a1045f46bb5f48c2cfd252
parent a57ff9248cb24e678e6745dc3388326bed2a50aa parent dfeffed7259c957f17409693fc3fb4f71d25ba7c
tree f6f18e5197e37e8df4a1045f46bb5f48c2cfd252
parent a57ff9248cb24e678e6745dc3388326bed2a50aa parent dfeffed7259c957f17409693fc3fb4f71d25ba7c
spree /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Aug 26 12:30:20 -0700 2009 | |
| |
CHANGELOG | Tue Sep 22 06:13:01 -0700 2009 | |
| |
CONTRIBUTORS | Tue Sep 22 06:13:01 -0700 2009 | |
| |
INSTALL | Tue Jul 07 17:06:15 -0700 2009 | |
| |
LICENSE | Tue Sep 22 06:13:01 -0700 2009 | |
| |
README.markdown | Thu May 28 00:39:29 -0700 2009 | |
| |
Rakefile | Wed Apr 16 11:49:32 -0700 2008 | |
| |
app/ | Thu Sep 24 18:12:09 -0700 2009 | |
| |
bin/ | Tue Sep 22 06:13:02 -0700 2009 | |
| |
config/ | Sun Sep 27 16:03:23 -0700 2009 | |
| |
db/ | Tue Sep 22 06:13:02 -0700 2009 | |
| |
generate | Wed Jul 22 05:56:03 -0700 2009 | |
| |
lib/ | Sun Sep 27 16:03:23 -0700 2009 | |
| |
log/ | Wed Apr 30 19:01:05 -0700 2008 | |
| |
public/ | Tue Sep 22 14:01:48 -0700 2009 | |
| |
script/ | Sat Jan 03 08:32:03 -0800 2009 | |
| |
spec/ | Mon Sep 07 11:53:46 -0700 2009 | |
| |
test/ | Tue Sep 22 06:13:02 -0700 2009 | |
| |
vendor/ | Thu Sep 24 18:12:09 -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/railsdog/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.







