mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 04:12:59 +00:00
First commit
This commit is contained in:
18
README.md
18
README.md
@@ -1,2 +1,20 @@
|
||||
# grocy
|
||||
ERP beyond your fridge
|
||||
|
||||
## Motivation
|
||||
A household needs to be managed. I did this so far (almost 10 years) with my first self written software (a C# windows forms application) and with a bunch of Excel sheets. The software is a pain to use and Excel is Excel. So I searched for and tried different things for a (very) long time, nothing 100 % fitted, so this is my aim for a "complete houshold management"-thing.
|
||||
|
||||
## What it is about
|
||||
For now my main focus is on stock management, ERP your fridge!
|
||||
|
||||
# Give it a try
|
||||
Public demo of the latest version → [https://grocy.projectdemos.berrnd.org](https://grocy.projectdemos.berrnd.org)
|
||||
|
||||
## How to install
|
||||
Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest) on your PHP enabled webserver, copy `config-dist.php` to `config.php`, edit it to your needs, ensure that the `data` directory is writable and you're ready to go. Alternatively clone this repository and install Composer and Bower dependencies manually.
|
||||
|
||||
## Todo
|
||||
A lot...
|
||||
|
||||
## License
|
||||
The MIT License (MIT)
|
||||
|
Reference in New Issue
Block a user