Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 977 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 977 Bytes

SpreeWarehouse

Warehouse is an extension for Spree that will extend Spree into a full warehouse system, including an Android (and possibly iOS) client for inter-warehouse management using QR codes and bar-codes. Please see the design document (still a work in progress) here.

Installation

We support only Spree 1.0.0 and above !

Install spree 1.0

Include in your Gemfile:

gem 'spree', "~>1.0.0" 
gem 'spree_warehouse' , :git => '[email protected]:Genshin/spree_warehouse.git'

And run:

$ bundle
$ rake spree_warehouse:install:migrations 
$ rake db:migrate
$ rails s 

Testing

Run rake test_app to generate the test_app. Then runrake for the features and spec tests.

If you have problems try prefixing things with 'bundle exec '.

Copyright (c) 2012 Genshin Souzou Kabushiki Kaisha, released under the GNU GPL version 3