Elastic Crontab System 简单易用的分布式定时任务管理系统
Elastic Crontab System 是基于 ETCD 实现的分布式定时任务管理系统,让跨主机的定时任务管理变得更加简单高效。
# 克隆到本地 $ git clone [email protected]:betterde/ects.git安装前端依赖
$ cd web && yarn install
打包前端资源
$ yarn build
安装打包静态资源到二进制的工具
$ cd ../ && go get -u github.com/shuLhan/go-bindata/...
打包静态资源
$ go-bindata -pkg web -o web/bindata.go web/dist/...
编译
$ go build -o ects main.go