add: quickstart of build for BA
This commit is contained in:
26
README.md
26
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user