Für Test und Entwicklungszwecken kann PLANOUT auch innerhalb eines Docker-Containers laufen.
Inhalt:
✅ SQL Server 2022 auf benutzerdefiniertem Port (1435)
✅ Docker-Container mit Java 17 und PLANOUT 2.14.3.0
✅ saubere automatische Initialisierung und Datenbank-Erzeugung
✅ Portfreigabe synchron für innen/außen
1.Download https://download.planout.de/planout-docker.tar
2.Entpacken
3.In das Verzeichnis planout-docker wechseln
4.im cmd:
docker-compose build --no-cache
docker-compose up -d
Anschließend sollten die Client-Komponenten auf Windows installiert werden.
HIerzu download https://download.planout.de/PLANOUT_windows-x64_2_14_3_0.exe für Windows, bzw https://download.planout.de/PLANOUT_unix_2_14_3_0.sh für Unix.
Anmeldung an localhost;8085.
Datenbank:
jdbc:sqlserver://localhost:1435;databaseName=p2_docker;ENCRYPT=TRUE;TRUSTSERVERCERTIFICATE=TRUE
User: sa
PW: YourStrong!Passw0rd
Weitere nützliche Befehle:
docker exec -u 0 -it planout-sql bash -> unix-root-shell