操作系统: Red Hat Enterprise Linux Server release 7.3 (Maipo)
Backstage版本: v1.8.0
预留端口:3000、7007
软件 | 软件版本 | 安装说明 | 检查命令 |
---|---|---|---|
curl | 7.29.0 (x86_64-redhat-linux-gnu) | 自带 | curl --version |
Node.js | v16.18.0 | nodejs安装 | node -v |
yarn | 1.22.19 | Yarn Installation | yarn -v |
docker | 18.09.9 | Linux离线安装docker | docker -v |
Git | 1.8.3.1 | yum源 | git --version |
Python | 3.7.9 | linux安装python3.7 | python -v |
gcc | 6.2.0 | 升级支持C++14 | gcc -v |
g++ |