快速安装Rainbond——开源企业级Paas平台
参考:https://www.rainbond.com/docs/user-operations/install/online_install/
all-in-one模式快速安装
前提条件:硬盘40GM以上,53和22端口没有被占用。
1、下载Rainbond安装包
wget https://pkg.rainbond.com/releases/common/v5.1/grctl && chmod +x ./grctl
2、初始化数据中心
数据中心?是Rainbond资源集合的核心抽象,初始化数据中心操作需要在第一台服务器上执行安装命令。
# 若当前机器存在多个内网IP地址时需要请务必指定内网IP地址(iip);若当前机器同时具备内网和公网IP地址时,务必指定公网IP地址(eip),若无则无需指定
sudo ./grctl init --iip 内网ip --eip 公网ip
3、访问web-ui界面
原文:https://www.cnblogs.com/aric2016/p/12045289.html