foodsoft/README.md

47 lines
2.1 KiB
Markdown
Raw Normal View History

2013-05-25 15:03:31 +02:00
FoodSoft
=========
[![Build Status](https://travis-ci.org/foodcoops/foodsoft.png)](https://travis-ci.org/foodcoops/foodsoft)
2013-06-17 02:59:36 +02:00
[![Code Climate](https://codeclimate.com/github/foodcoops/foodsoft.png)](https://codeclimate.com/github/foodcoops/foodsoft)
[![Dependency Status](https://gemnasium.com/foodcoops/foodsoft.png)](https://gemnasium.com/foodcoops/foodsoft)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/foodcoops/foodsoft/trend.png)](https://bitdeli.com/foodcoops "Bitdeli Badge")
2009-01-06 11:49:19 +01:00
Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).
2013-10-29 15:31:49 +01:00
If you're a food coop considering to use foodsoft, please have a look at the [wiki page for foodcoops](https://github.com/foodcoops/foodsoft/wiki/For-foodcoops). When you'd like to experiment with or develop foodsoft, you can read [how to set it up](https://github.com/foodcoops/foodsoft/blob/master/doc/SETUP_DEVELOPMENT.md) on your own computer.
2013-10-28 16:26:44 +01:00
More information about using this software and contributing can be found on the [wiki](https://github.com/foodcoops/foodsoft/wiki).
2013-10-28 16:26:44 +01:00
Developing
----------
Get foodsoft [running locally](https://github.com/foodcoops/foodsoft/blob/master/doc/SETUP_DEVELOPMENT.md),
then visit our [Developing Guidelines](https://github.com/foodcoops/foodsoft/wiki/Developing-Guidelines)
page on the wiki.
2013-10-28 16:36:04 +01:00
Deploying
---------
2013-10-29 15:31:49 +01:00
[doc/SETUP_PRODUCTION](https://github.com/foodcoops/foodsoft/blob/master/doc/SETUP_PRODUCTION.md),
as well as [doc/DEPLOYMENT](https://github.com/foodcoops/foodsoft/blob/master/doc/DEPLOYMENT.md).
2013-10-28 16:36:04 +01:00
2013-05-25 15:03:31 +02:00
License
-------
2009-01-06 11:49:19 +01:00
FoodSoft - a webbased foodcoop management software
2011-05-06 20:38:39 +02:00
Copyright (C) 2011 Benni and Lasse
2009-01-06 11:49:19 +01:00
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
2013-06-17 02:59:36 +02:00
(See file LICENSE for the full text of the GPL)