Skip to content

BizCode-Sp-z-o-o/bizcode-integration-platform

Repository files navigation

BizCode Integration Platform

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.

www.bizcode.pl

Single Container (dev / testing)

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:latest

Open http://localhost:1880 — branding, auth, and all preinstalled nodes work out of the box.

Full Stack (production)

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.sh

The interactive installer will guide you through configuration and start all services. You will need ACR credentials provided by BizCode with your license.

Requirements

  • Docker Engine 24+
  • Docker Compose v2
  • ACR credentials (provided by BizCode)

Management

./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 data

License

Proprietary — 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.

About

BizCode Integration Platform — self-hosted Node-RED integration suite for SAP Business One. Docker Compose + interactive installer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages