修改安装和启动方法

数据库表更新更新两个字段
This commit is contained in:
郝大全
2017-06-30 16:56:01 +08:00
parent 4d8e647523
commit 1300ca1a8b
4 changed files with 41 additions and 10 deletions

View File

@@ -8,5 +8,5 @@ PPGo_Job
1、go get github.com/george518/PPGo_Job
2、创建mysql数据库并将ppgo_job.sql导入
3、修改config 配置数据库
4、运行 go install main.go
5、运行 PPGo_Job
4、运行 go build
5、运行 ./run.sh start|stop