This is a useful Qrcode Device Management System for IT.
-
Clone the compose repo and install Docker
git clone https://github.com/qdm-system/qdm-compose.git cd qdm-compose sudo ./install-docker.shAfter installed, please remember to log out the terminal and re-login for ensure the docker is in sudo group for later using.
-
Check the configurations
Admin can modify systemm setting at the config file, e.g. the default login credential:
username: "admin" password: "0000"
For other setting, please make sure the modification is match the setting at docker-compose.yaml.
-
Up the compose
docker compose up
The default db will be stored at
/var/lib/qdm/which is mounted in the compose file. -
Down the compose
docker compose down
TBD
