From 6d48f381d166b1386075bfc0690d4154df8bbccb Mon Sep 17 00:00:00 2001 From: def Date: Tue, 10 Mar 2026 02:53:32 +0000 Subject: [PATCH] Add installer instructions to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 63d76cf..bec91ad 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,19 @@ chmod +x install.sh ./install.sh The installer will install dependencies, configure MariaDB, create the database, and start the service. + +## Installer + +From the project root: + +chmod +x install.sh +./install.sh + +The installer will: +- install Python and MariaDB dependencies +- copy the app to the target path +- create a Python virtualenv +- install requirements.txt +- create the database and import schema +- create the systemd service +- start the service