25 lines
506 B
Markdown
25 lines
506 B
Markdown
# Quickstart Of Build
|
|
|
|
## Platform
|
|
|
|
OS: Ubuntu 18.04 / 22.04 (Recommendation)
|
|
|
|
Golang: go1.24.2 (or above)
|
|
|
|
Database: 10.6.16-MariaDB, Redis server v=5.0.5 (or above)
|
|
|
|
node.js: v20.18.0 (or above)
|
|
|
|
## Build Guide
|
|
|
|
```bash
|
|
git clone https://xxx@git/ems.git omc.git
|
|
cd omc.git
|
|
# Universal
|
|
bash pkg.sh --web --api -v 2.2503.2
|
|
# RemoveChinese
|
|
bash pkg-en.sh --web --api -v 2.2503.2
|
|
# Place in upper directory for execution - Remote copy front-end files for packaging
|
|
bash ../pkg-front.sh --web -v 2.2503.2
|
|
```
|