Sha256: 73f760d6913b4084ce00b2f4cf4024a8c28fce6d844824dd7693945a91be8ac5
Contents?: true
Size: 1.68 KB
Versions: 4
Compression:
Stored size: 1.68 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. Refer to the [Spree ecommerce project page](http://spreecommerce.com) to learn more. QUICK START =========== Running the Gem --------------- 1. Install spree Gem (can take a while to install missing gem dependencies) (sudo) gem install spree 2. Create Spree Application spree <app_name> cd <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 rake db:bootstrap 5. Launch Application script/server Browse Store ------------ http://localhost:nnnn/store Browse Admin Interface ---------------------- http://localhost:nnnn/admin Running from edge sources (latest and greatest features) -------------------------------------------------------- 1. Clone the git repo git clone git://github.com/railsdog/spree.git spree cd spree 2. Create the necessary config/database.yml file 3. Install the gem dependencies (sudo) 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 Contributing ============ Spree is an open source project. We encourage contributions. Please see the [contributors guidelines](http://spreecommerce.com/documentation/contributing_to_spree.html) before contributing. **Do not send a Github pull request - it will be ignored.**
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
spree-0.11.4 | README.md |
spree-0.11.3 | README.md |
spree-0.11.2 | README.md |
spree-0.11.1 | README.md |