Browse Source

Add installer instructions to README

main
def 2 weeks ago
parent
commit
6d48f381d1
  1. 16
      README.md

16
README.md

@ -90,3 +90,19 @@ chmod +x install.sh
./install.sh ./install.sh
The installer will install dependencies, configure MariaDB, create the database, and start the service. 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

Loading…
Cancel
Save