mirror of https://github.com/ouqiang/gocron
更新文档
parent
b5d476b339
commit
eb7d8d7bf5
|
@ -45,11 +45,12 @@
|
|||
## 安装
|
||||
|
||||
### 二进制安装
|
||||
1. 解压压缩包
|
||||
> Windows平台默认后台运行)
|
||||
1. 解压压缩包
|
||||
2. `cd 解压目录`
|
||||
3. 启动 (Windows平台默认后台运行)
|
||||
* 调度器启动
|
||||
* Windows: `gocron.exe web`
|
||||
3. 启动
|
||||
* 调度器启动
|
||||
* Windows: `gocron.exe web`
|
||||
* Linux、Mac OS: `./gocron web`
|
||||
* 任务执行器启动
|
||||
* Windows: `gocron-node.exe ip:port (默认0.0.0.0:5921)`
|
||||
|
|
Loading…
Reference in New Issue