60 lines
3.3 KiB
Markdown
60 lines
3.3 KiB
Markdown
Foodsoft
|
|
=========
|
|
[![Build Status](https://travis-ci.org/foodcoops/foodsoft.svg?branch=master)](https://travis-ci.org/foodcoops/foodsoft)
|
|
[![Coverage Status](https://coveralls.io/repos/foodcoops/foodsoft/badge.svg?branch=master)](https://coveralls.io/r/foodcoops/foodsoft?branch=master)
|
|
[![Docs Status](https://inch-ci.org/github/foodcoops/foodsoft.svg?branch=master)](http://inch-ci.org/github/foodcoops/foodsoft)
|
|
[![Code Climate](https://codeclimate.com/github/foodcoops/foodsoft.svg)](https://codeclimate.com/github/foodcoops/foodsoft)
|
|
[![Docker Status](https://img.shields.io/docker/build/foodcoops/foodsoft.svg)](https://hub.docker.com/r/foodcoops/foodsoft)
|
|
[![Documentation](https://img.shields.io/badge/yard-docs-blue.svg)](http://rubydoc.info/github/foodcoops/foodsoft)
|
|
|
|
Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).
|
|
|
|
A food cooperative is a group of people that buy food from suppliers of their own choosing. A collective do-it-yourself supermarket. Members order their products online and collect them on a specified day. And all put in a bit of work to make that possible. Foodsoft facilitates the process.
|
|
|
|
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.
|
|
|
|
More information about using this software and contributing can be found on the [wiki](https://github.com/foodcoops/foodsoft/wiki).
|
|
|
|
|
|
Developing
|
|
----------
|
|
|
|
Get foodsoft [running locally](doc/SETUP_DEVELOPMENT.md),
|
|
then visit our [Developing Guidelines](https://github.com/foodcoops/foodsoft/wiki/Developing-Guidelines)
|
|
page on the wiki.
|
|
|
|
|
|
Deploying
|
|
---------
|
|
|
|
Setup foodsoft to [run in production](doc/SETUP_PRODUCTION.md), or join an existing
|
|
[hosting platform](https://foodcoops.github.io/foodsoft-hosting/).
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
Foodsoft is licensed under the [AGPL](https://www.gnu.org/licenses/agpl-3.0.html)
|
|
license (version 3 or later). Practically this means that you are free to use,
|
|
adapt and redistribute the software, as long as you publish any changes you
|
|
make to the code.
|
|
|
|
For private use, there are no restrictions, but if you give others access to
|
|
Foodsoft (like running it open to the internet), you must also make your
|
|
changes available under the same license. This can be as easy as
|
|
[forking](https://github.com/foodcoops/foodsoft/fork) the project on Github and
|
|
pushing your changes. You are not required to integrate your changes back into
|
|
the main Foodsoft version (but if you're up for it that would be very welcome).
|
|
|
|
To make it a little easier, configuration files are exempt, so you can just
|
|
install and configure Foodsoft without having to publish your changes. These
|
|
files are marked as public domain in the file header.
|
|
|
|
If you have any remaining questions, please
|
|
[open an issue](https://github.com/foodcoops/foodsoft/issues/new) or contact
|
|
the [mailing list](http://foodsoft.51229.x6.nabble.com/foodsoft-discuss-f5.html).
|
|
|
|
Please see [LICENSE](LICENSE.md) for the full and authoritative text. Some
|
|
bundled third-party components have [other licenses](vendor/README.md).
|
|
|
|
Thanks to [Icons8](http://icons8.com/) for letting us use their icons.
|