Changed README

This commit is contained in:
2020-07-22 21:31:17 +02:00
parent 309f2bba6b
commit 23e9d1343d

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Installation Guide
## Dependencies
* LUA (vcpkg install lua)
* SPDLOG (vcpkg install spdlog)
* mqttpp (https://git.mueller.haus/mqttpp)
## Systemd
* Adjust 'WorkingDirectory' and 'Exec start' to the path of the venv
* Save to /etc/systemd/system/thrawn.service
* systemctl enable thrawn
* systemctl start thrawn
## LUA Services
* Default path is /etc/thrawn. Configureable: ./thrawn [path-to-services]
## Logging
### Systemd journal
journalctl -f -u thrawn