Installation

DocsOps läuft self-hosted in Ihrer Infrastruktur – typisch als Intranet-Installation auf einem Linux-Server mit Docker.

Für wen?

IT-Teams, die interne Dokumentation on-prem betreiben wollen – ohne SaaS-Abhängigkeit. Standard: HTTP auf Port 80 im Intranet.

Voraussetzungen

  • Linux-Server mit sudo

  • Docker (wird bei Bedarf vom Install-Skript eingerichtet)

  • Port 80 frei

  • Minimum: 4 GB RAM, 20 GB freier Speicherplatz

Standard-Installation

Lädt das neueste Release-Bundle nach /opt/docsops und startet DocsOps auf Port 80. Nur Release-Tags (vX.Y.Z), kein Branch main.

curl -fsSL https://github.com/bjkawecki/docs-ops/releases/latest/download/install.sh | sudo bash