1
0

feat: 更新README和pkg.sh,提升构建指南和输出信息

This commit is contained in:
TsMask
2025-08-15 14:16:19 +08:00
parent 858eec188a
commit 6ff8e49cf6
2 changed files with 11 additions and 12 deletions

View File

@@ -6,21 +6,18 @@ OS: Ubuntu 18.04 / 22.04 (Recommendation)
Arch: amd64
Golang: go1.22.1 linux/amd64
Database: 10.6.16-MariaDB, Redis server v=5.0.5 (or above)
node.js: v18.16.0 (or above)
- Golang: go1.24.2 linux/amd64
- node.js: v20.18.0 (or above)
## Build Guide
```bash
git clone https://xxx@bitbucket.org/bluearcuscom/ems.git omc.git
cd omc.git
git pull
cd fe.ems.vue3
npm install
npm run build
cd ../build.ems
./build.sh deb
# pwd
cd /root/omc.git
# ls
# be.ems build.ems fe.ems.vue3
cp build.ems/pkg.sh .
bash pkg.sh --web --api -v 2.2508.1
```