Files
ppgo_job/README.md
郝大全 3c87908dde V1.2
1、新增服务器资源添加 (新增数据表pp_task_server)
2、新增远程服务器任务执行
3、删除邮件通知功能(pp_task删除两个有关字段)
2017-08-17 11:49:53 +08:00

34 lines
769 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
PPGo_Job
====
定时任务管理
代码参考自https://github.com/lisijie/webcron.git
安装方法
----
1、go get github.com/george518/PPGo_Job
2、创建mysql数据库并将ppgo_job.sql导入
3、修改config 配置数据库
4、运行 go build
5、运行 ./run.sh start|stop
前台访问http://your_host:8080
用户名admin 密码123456
升级日志
----
v1.0
1、初始版本 本地任务的调取和执行
2、定时任务执行日志
3、定时任务执行时间
----
v1.1
1、优化界面
2、优化列表的登录
3、增加初始化任务
----
v1.2
1、新增服务器资源添加 新增数据表pp_task_server
2、新增远程服务器任务执行
3、删除邮件通知功能pp_task删除两个有关字段