24 lines
363 B
Markdown
24 lines
363 B
Markdown
# Quickstart Of Build
|
|
|
|
## Platform
|
|
|
|
OS: Ubuntu 18.04 / 22.04 (Recommendation)
|
|
|
|
Arch: amd64
|
|
|
|
Database: 10.6.16-MariaDB, Redis server v=5.0.5 (or above)
|
|
|
|
- Golang: go1.24.2 linux/amd64
|
|
- node.js: v20.18.0 (or above)
|
|
|
|
## Build Guide
|
|
|
|
```bash
|
|
# 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
|
|
```
|