2
0

feat: enhance build process

This commit is contained in:
simonzhangsz
2024-12-14 13:35:46 +08:00
parent 11e6631995
commit 5c6db759c8
4 changed files with 62 additions and 33 deletions

View File

@@ -31,9 +31,16 @@ Docker-compose >= 1.29.2
sudo tar xvfz wfc-1.0.2-20241212.tar.gz -C /opt/wfc
```
* 配置软件
```sh
cd /opt/wfc/bin
sudo ./wfcsetup.sh all 192.168.13.128 #宿主机IP地址
```
* 修改docker环境参数
修改如下NACOS_SERVER_ADD的IP地址为实际宿主机的IP地址
根据实际环境修改如下环境参数配置
```sh
cat .env
@@ -47,13 +54,6 @@ cat .env
NACOS_SERVER_ADDR=192.168.13.128:8848
```
* 配置软件
```sh
cd /opt/wfc/bin
sudo ./wfcsetup.sh all
```
* 启动/查看/停止/版本软件
```sh