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 (
spree /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Mar 31 16:20:41 -0700 2008 | [schof] |
| |
License.txt | Tue Apr 08 15:54:23 -0700 2008 | [schof] |
| |
README.txt | Thu Mar 20 13:53:16 -0700 2008 | [schof] |
| |
Rakefile | Tue Apr 08 12:51:05 -0700 2008 | [schof] |
| |
app/ | Wed Apr 09 17:12:34 -0700 2008 | [schof] |
| |
config/ | Tue Apr 08 12:51:05 -0700 2008 | [schof] |
| |
db/ | Tue Apr 08 18:39:14 -0700 2008 | [schof] |
| |
gem-refactor/ | Tue Apr 08 15:54:23 -0700 2008 | [schof] |
| |
lib/ | Wed Apr 09 16:59:12 -0700 2008 | [schof] |
| |
log/ | Tue Apr 08 15:54:23 -0700 2008 | [schof] |
| |
public/ | Tue Apr 08 20:12:32 -0700 2008 | [schof] |
| |
script/ | Tue Apr 08 12:51:05 -0700 2008 | [schof] |
| |
spec/ | Tue Apr 08 13:03:01 -0700 2008 | [schof] |
| |
stories/ | Tue Apr 08 13:03:01 -0700 2008 | [schof] |
| |
vendor/ | Tue Apr 08 18:39:14 -0700 2008 | [schof] |
README.txt
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 =========== 1.) Install spree Gem $ sudo gem install spree 2.) Create Spree Application $ spree app_name 3.) Create MySQL Database mysql> create database spree_dev; mysql> grant all privileges on spree_dev.* to 'spree'@'localhost' identified by 'spree'; mysql> flush privileges; 4.) Migrations $ cd app_name $ rake db:migrate 5.) Bootstrap Spree requires an admin user and a few other pieces of structural data to be loaded into your database. rake spree:bootstrap 6.) Sample Data (Optional) Optionally load some sample data so you have something to look at. rake spree:sample_data 7.) Launch Application Browse Store http://localhost:xxxx/store Admin Interface (user: admin password: test) http://localhost:xxxx/admin




