Requirements
- Linux server
- Docker Engine 24+
- Docker Compose v2
- 2 CPU / 4 GB RAM / 20 GB disk
git clone https://github.com/shotlasts/OpernixITSM.git cd OpernixITSM cp .env.example .env docker compose -f docker-compose.yml up -d
Open http://SERVER-IP:5000/setup and configure company, language, database and administrator settings.
Set-ExecutionPolicy Bypass -Scope Process .\scripts\install-agent.ps1 ` -PackageUrl "https://downloads.example.com/OpernixITAgent-1.0.0.zip" ` -ServerUrl "https://opernixit.example.com" ` -AgentKey "YOUR-AGENT-KEY"
docker compose -f docker-compose.yml exec -T db \ pg_dump -U opernixit opernixit > opernixit-backup.sql