1
0

add: quickstart of build for BA

This commit is contained in:
2024-03-18 21:08:17 +08:00
parent cab0925653
commit 9cb3a32976

View File

@@ -1,4 +1,26 @@
# 编译工具
# Quickstart Of Build
## 文档说明
## Platform
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)
## Build Guide
```bash
git clone https://xxx@bitbucket.org/bluearcuscom/ems.git local.git
cd local.git
git pull
cd fe.ems.vue3
npm install
npm run build
cd ../build.ems
./build.sh deb
```