# 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 ### Pull Code `pwd` default in `/root` ```bash git clone https://xxx@git/ems.git omc.git cd omc.git && ls # be.ems build.ems fe.ems.vue3 ``` ### Build System Pageage Manager ```bash # Universal bash pkg.sh --web --api -v 2.2503.2 # RemoveChinese bash pkg-remove-chinese.sh --web --api -v 2.2503.2 ```