FoodCoop System is an open source group ordering and billing system based on Drupal Commerce (Drupal 7) and PHP language.
Main goal of a project is build easy to install platform for (not only Polish) food cooperatives, to help manage orders, stock, tasks and members.
First version of the system was founded in 2013 by UNDP for Warsaw Food Cooperative and was developed by Obin.org and RatioWeb.pl members.
If you want to help us, say hello by mail: contact(at)foodcoop.pl. Instruction of system and documentation will be avalible here: http://foodcoop.pl/
Our versioning is following Semantic Versioning 2.0.0.
Application use Drush Make to download all needed components.
- Go to
app/
directory:cd app/
- Run drush make script:
drush make foodcoopsystem.make
- Install default Drupal version (follow installer).
- Replace installed new Drupal version with the Database from /database folder.
- Run
drush updb
- Run
drush vdel preprocess_css
- Run
drush cc all
- [Optionally] You can set your admin user new password by running
drush upwd admin --password=admin