mirror of https://github.com/ouqiang/gocron
parent
3658809d17
commit
6dc760d24a
@ -1,12 +1,13 @@
|
||||
# gocron - 定时任务web管理平台
|
||||
|
||||
[![Build Status](https://travis-ci.org/ouqiang/gocron.png)](https://travis-ci.org/ouqiang/gocron)
|
||||
[![Build Status](https://travis-ci.org/ouqiang/cron-scheduler.png)](https://travis-ci.org/ouqiang/cron-scheduler)
|
||||
|
||||
## 安装, 解压后执行
|
||||
```shell
|
||||
./gocron server
|
||||
Windows ./gocron.exe server
|
||||
Linux、OSX ./gocron server
|
||||
```
|
||||
可选参数
|
||||
+ -p 端口, 指定端口
|
||||
+ -d 后台运行 (不支持windows)
|
||||
+ -h 查看帮
|
||||
+ -p 端口, 指定端口, 默认5920
|
||||
+ -d 后台运行 (不支持Windows)
|
||||
+ -h 查看帮助
|
||||
|
Loading…
Reference in new issue