Self-hosted integration platform for SAP Business One based on Node-RED.
Important
This is an installer only, not open-source software. The container images are proprietary and require a commercial license from BizCode. This repository contains only the deployment scripts.
Interested? Contact us at info@bizcode.pl to discuss licensing and pricing.
For a quick single instance — no Compose, no installer:
docker login bizcode.azurecr.io -u YOUR_USER -p YOUR_PASS
docker run -d -p 1880:1880 \
-e NR_ADMIN_USER=admin \
-e NR_ADMIN_PASS=changeme \
-v bip-data:/data \
bizcode.azurecr.io/integration-platform:latestOpen http://localhost:1880 — branding, auth, and all preinstalled nodes work out of the box.
For multi-instance deployment with Redis, RabbitMQ, PostgreSQL, CUPS, and Nginx Proxy Manager:
git clone https://github.com/BizCode-Sp-z-o-o/bizcode-integration-platform.git
cd bizcode-integration-platform
chmod +x install.sh ctl.sh
./install.shThe interactive installer will guide you through configuration and start all services. You will need ACR credentials provided by BizCode with your license.
- Docker Engine 24+
- Docker Compose v2
- ACR credentials (provided by BizCode)
./ctl.sh start # Start all services
./ctl.sh stop # Stop all services
./ctl.sh status # Show status
./ctl.sh logs # View logs
./ctl.sh update # Pull latest images and restart
./ctl.sh backup # Backup all dataProprietary — BizCode Sp. z o.o. All rights reserved.
This software is not open-source. Unauthorized use, copying, or distribution is prohibited. Contact info@bizcode.pl for licensing.