快速安装
本文档介绍使用脚本一键安装 Rainbond,脚本检测环境完成后会在使用 Docker 启动 Rainbond 容器。支持 Windows(x86_64)
、Mac(Intel/M1)
、Linux(x86_64,Arm64)
。
前提
- 确保有 Docker 或 Docker Desktop 环境
- 确保
80 443 6060 7070
端口可用
安装步骤
- Linux & Mac
- Windows
- 信创
Rainbond 提供了安装脚本,在 Docker 中通过容器快速启动 Rainbond。脚本执行过程中,需要手动设置 EIP。在部署完成后,将使用该 IP 地址访问 Rainbond 控制台。
curl -o install.sh https://get.rainbond.com && bash ./install.sh
Rainbond 提供了 Windows 安装脚本,在 Docker 中通过容器快速启动 Rainbond。脚本执行过程中,需要手动设置 EIP。在部署完成后,将使用该 IP 地址访问 Rainbond 控制台。
在 PowerShell 中执行以下命令:
Invoke-WebRequest "https://get.rainbond.com/install-rainbond.ps1" -o install-rainbond.ps1 ; .\install-rainbond.ps1