README.md 413 B

EdgeAdmin

CDN & WAF系统

Develop

git clone https://github.com/TeaOSLab/EdgeAdmin
git clone https://github.com/TeaOSLab/EdgeAPI
git clone https://github.com/TeaOSLab/EdgeNode
git clone https://github.com/TeaOSLab/EdgeCommon

cd EdgeAdmin
docker run -it --rm -v $(pwd):/workspaces golang:1.21 /bin/bash
go mod download
go build cmd/edge-admin/main.go

# 编译整个项目
./build.sh linux amd64