Every repository with this icon (
Every repository with this icon (
tree e8b0d4db53929beb1aeb617b4a6feea97d1e5951
parent 3a6221e3aab5a200a619df0a4cc772a17b791f94
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 24 20:04:48 -0700 2009 | |
| |
CHANGELOG | Tue Mar 24 16:59:20 -0700 2009 | |
| |
CONTRIBUTORS | Sun Mar 08 10:43:10 -0700 2009 | |
| |
INSTALL | Fri Apr 03 13:08:33 -0700 2009 | |
| |
LICENSE | Tue Apr 15 19:58:05 -0700 2008 | |
| |
README.markdown | ||
| |
Rakefile | Wed Apr 16 11:49:32 -0700 2008 | |
| |
app/ | ||
| |
bin/ | Fri Jun 20 11:37:36 -0700 2008 | |
| |
config/ | ||
| |
db/ | ||
| |
lib/ | ||
| |
log/ | Wed Apr 30 19:01:05 -0700 2008 | |
| |
psd/ | ||
| |
public/ | ||
| |
script/ | Sat Jan 03 08:32:03 -0800 2009 | |
| |
spec/ | ||
| |
vendor/ | Fri Apr 24 19:55:02 -0700 2009 |
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
Deploying
Deploy spree as a normal rails application. If you use apache+cgi/fastcgi take a look at the example .htaccess located in
public/.htaccess.example
i18n/l10n Support
Basic localization and internationalization support is now added using the Globalite Plugin from Matt Aimonetti.
Working features:
- Rails Localization
- UI Localization
In the near future:
- Content Localization
Please read this, this and this to understand how the plugin works.
Please, please, please ask Sean how you can help, lot of work is still to be done.
UPDATE: Take a look at i18n page on Spree wiki
Refer to spree: ruby on rails ecommerce to learn more about spree.








