Un pessimo gestionale molto anni 90 scritto in Qt per popolare il database dei soci e tener conto delle iscrizioni, eventualmente estendibile
Go to file
giomba 802fd5c21f
continuous-integration/drone/push Build is passing Details
Introduce CI.
2023-01-08 22:09:12 +01:00
argento Corretta CPACK_PACKAGE_CONTACT 2023-01-08 19:45:12 +00:00
nicolodi Corretta CPACK_PACKAGE_CONTACT 2023-01-08 19:45:12 +00:00
script Introduce CI. 2023-01-08 22:09:12 +01:00
.drone.yml Introduce CI. 2023-01-08 22:09:12 +01:00
.gitignore Introduce CI. 2023-01-08 22:09:12 +01:00
CMakeLists.txt Migrazione al sistema di build CMake 2023-01-08 19:45:12 +00:00
Dockerfile Introduce CI. 2023-01-08 22:09:12 +01:00
README.md Introduce CI. 2023-01-08 22:09:12 +01:00
docker Introduce CI. 2023-01-08 22:09:12 +01:00

README.md

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

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]
hostname=vupiuesse.andromeda.golem.linux.it
port=7004
database=gestionale
username=golem
password=guess

Dependencies

On Debian/Ubuntu/Mint:

  • qt5-default
  • TODO

Build

script/build