This commit is contained in:
2024-10-29 09:23:38 +01:00
parent 1ee55157f1
commit c8d445ed6a
4 changed files with 102 additions and 3 deletions

11
rln/rln.md Normal file
View File

@@ -0,0 +1,11 @@
make build-devserver
docker tag ibm-mqadvanced-server-dev:9.4.1.0-amd64 git.cbo.dk/rasmus/mq-container:9.4.1.0-amd64
docker push git.cbo.dk/rasmus/mq-container:9.4.1.0-amd64
cd rln
make run
```bash
apt-get update && apt-get update -y && apt-get install -y python3 python3-pip python3-dev build-essential wget curl && pip install --break-system-packages pymqi
```