Skip to content

基于Tornado实现的一套配置中心,可基于分项目、环境管理配置,语法高亮、对比历史版本、快速回滚等,并提供Restful风格的API

License

Notifications You must be signed in to change notification settings

rainbowers/codo-kerrigan

Repository files navigation

任务系统

部署文档

此系统尽量分布式安装

创建数据库

create database `codo-kerrigan` default character set utf8mb4 collate utf8mb4_unicode_ci;

修改配置

  • 对settings 里面的配置文件进行修改
  • 修改 doc/nginx_ops.conf 的server_name 例如 改为 task.opendevops.cn
  • 修改 doc/supervisor_ops.conf 内容来控制进程数量

编译镜像

docker build . -t codo-kerrigan_image

docker 启动

此处要保证 变量正确

docker-compose up -d

启动后访问地址为 task.opendevops.cn:8020 在API网关上注册,注册示例参考API网关

注册网关

参考api网关

License

Everything is GPL v3.0.

About

基于Tornado实现的一套配置中心,可基于分项目、环境管理配置,语法高亮、对比历史版本、快速回滚等,并提供Restful风格的API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Dockerfile 2.6%