-
install golang env
-
go get github.com/astaxie/beego
-
go get github.com/shotdog/scheduler
-
go get github.com/shotdog/quartz
-
go get github.com/go-sql-driver/mysql
-
init db scheduler.sql
-
modify conf/app.conf -->database config
-
cd $GOPATH
-
cd src
-
cd scheduler
-
go build main.go
-
./main
- see invoker.go
-
see scheduler-client
- cd scheduler-client
- go build main.go
- ./main