gestionale/README.md

32 lines
717 B
Markdown
Raw Permalink Normal View History

2019-08-16 16:44:57 +00:00
# Gestionale da Paura
A management software for GOLEM - Gruppo Operativo Linux Empoli.
## Components
* argento: president's interface to run on Sala-Corsi
* nicolodi: socio's interface to run on Limortouch
2019-08-16 22:19:57 +00:00
In next sections, «component» must be replaced by the proper name of the component.
## Configuration
Create `~/.config/it.linux.golem/component.conf` with following content:
[database]
2020-12-11 20:54:13 +00:00
hostname=vupiuesse.andromeda.golem.linux.it
port=7004
database=gestionale
2019-08-16 22:19:57 +00:00
username=golem
password=guess
2019-08-16 16:44:57 +00:00
## Dependencies
On Debian/Ubuntu/Mint:
2019-08-16 17:25:32 +00:00
* qt5-default
* TODO
2019-08-16 16:44:57 +00:00
# Build
$ cd $REPOSITORY
$ mkdir build-component
$ cd build-component
$ qmake ../component
$ make -j$(nproc)