Skip to content

⌛️ Gocron-定时任务管理系统,使用Go语言开发的轻量级定时任务集中调度和管理系统, 用于替代Linux-crontab

License

gwyy/gocron

 
 

Repository files navigation

备注

nodejs版本必须是9.0 先安装nvm回退nodejs版本

//安装nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source .zshrc

//安装nodejs
nvm install 8.17.0

//安装yarn
npm install -g yarn

//安装vue
yarn install

//测试运行前台项目
cd web/vue && yarn install

//前台打包成二进制
make package

//打包go项目
make build

//运行
./bin/gocron web

其他配置

slack https://hooks.slack.com/services/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

运行

  //运行主程序
  gocron web
  //运行node
  
  //生成前端项目

数据库配置

127.0.0.1
root
123456
crontab

后台账号密码

admin
aaaaaa

About

⌛️ Gocron-定时任务管理系统,使用Go语言开发的轻量级定时任务集中调度和管理系统, 用于替代Linux-crontab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 62.2%
  • Vue 35.4%
  • Shell 1.7%
  • Other 0.7%