Sha256: 0763d47972faf1e6407c48176c2fe440c67707add0814808422ff6fa97582ced

Contents?: true

Size: 1.41 KB

Versions: 8

Compression:

Stored size: 1.41 KB

Contents

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)
---------------------------------------------------

1. Clone the git repo

        git clone git://github.com/railsdog/spree.git spree

2. Create the necessary config/database.yml file
        
3. Install the gem dependencies

        rake gems:install
        
4. Bootstrap the database (run the migrations, create admin account, optionally load sample data.)

        rake db:bootstrap

5. Start the server

        script/server

Running the Gem
---------------

1. Install spree Gem

        sudo gem install spree

    **NOTE:** This may take a while. The gem currently includes a frozen version of Rails 2.0.2

2. Create Spree Application

        spree <app_name>

3. Create your database and edit the _config/database.yml_ to taste.

        rake db:create

    You can skip this step if using sqlite3 as your database.

4. Bootstrap

        cd <app-name>
        rake db:bootstrap

5. Launch Application

        script/server

Browse Store
------------

http://localhost:xxxx/store

Browse Admin Interface
----------------------

http://localhost:xxxx/admin

Refer to the [Spree ecommerce project page](http://spreecommerce.com) to learn more about spree.

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 README.markdown
spree-0.10.0.beta README.markdown
spree-enriquez-0.9.4 README.markdown
spree-0.9.4 README.markdown
spree-0.9.3 README.markdown
spree-0.9.2 README.markdown
spree-0.9.1 README.markdown
spree-0.9.0 README.markdown