获取源码

$ go get github.com/lisijie/webcron

打开配置文件 conf/app.conf,修改相关配置。

创建数据库webcron,再导入install.sql

$ mysql -u username -p -D webcron < install.sql

运行

$ ./webcron
或
$ nohup ./webcron 2>&1 > error.log &
设为后台运行

访问:

http://localhost:8000

帐号:admin 密码:admin888

相关文章:

  • 2022-01-08
  • 2020-05-01
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-11-02
  • 2021-11-11
  • 2021-08-04
猜你喜欢
  • 2021-08-05
  • 2022-12-23
  • 2021-12-21
  • 2019-02-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
相关资源
相似解决方案