31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
# Drinks Manager (season 2)
|
|
|
|
Note: This software is tailored to my own needs.
|
|
I probably won't accept feature requests, and don't recommend you
|
|
to use this software if this isn't exactly what you are looking for.
|
|
|
|
Can't keep track of the number of drinks your guests drink?
|
|
Now you have a web interface that *really tries* to make things less complicated- for
|
|
you and your guests.
|
|
|
|
This (exaggeration intended) most incredible piece of software is written in Python,
|
|
HTML, CSS, JS, Bash and uses Django and PostgreSQL.
|
|
You have to bring your own PostgreSQL Database though.
|
|
|
|
|
|
## Setup, Installation, Updating and Dependencies
|
|
|
|
You can find the latest releases [here](https://gitlab.com/W13R/drinks-manager/-/releases), but you should consider using Git to easily switch between versions.
|
|
For more information see [Setup](docs/Setup.md).
|
|
|
|
|
|
## Configuration
|
|
|
|
see [Configuration](docs/Configuration.md)
|
|
|
|
|
|
## Usage
|
|
|
|
After setup, run ```./run.sh help``` to see a help text.
|
|
Start the production server with ```./run.sh server```. You can ignore the error message about the "lifespan error".
|
|
For more commands, see [Commands](docs/Commands.md).
|