Giter VIP home page Giter VIP logo

spree's Introduction

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 to learn more about spree.

spree's People

Contributors

akitaonrails avatar bdq avatar bernd avatar bmarini avatar bregor avatar bullrico avatar caius avatar calas avatar cmaujean avatar crossblaim avatar davidnorth avatar e1senh0rn avatar edmundo avatar eliotsykes avatar gaskett avatar gregg avatar jashmenn avatar jonathantron avatar jonjensen avatar jseibert avatar jseifer avatar maxendpoint avatar michaeltorfs avatar paulcc avatar rmm5t avatar schof avatar shadowmaru avatar sonny avatar spariev avatar swistak avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.