-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f040287
commit 2382192
Showing
1 changed file
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
# OpenTask | ||
去中心设计的分布式任务调度平台 | ||
|
||
# 快速开始 | ||
## 1. 调度中心部署 | ||
[![Build status](https://github.com/anjoy8/blog.core/workflows/.NET%20Core/badge.svg)](https://github.com/SpringHgui/OpenTask/actions) | ||
|
||
去中心设计的分布式任务调度平台 | ||
|
||
# 快速开始 | ||
## 1. 调度中心部署 | ||
1. docker-compose | ||
``` | ||
# 克隆本项目 | ||
# 克隆本项目 | ||
cd deploy/docker-compose | ||
docker-compose up -d | ||
``` | ||
2. k8s | ||
|
||
3. docker | ||
|
||
4. 传统手动部署 | ||
4. 传统手动部署 | ||
|
||
## 2. 执行节点开发 | ||
## 2. 执行节点开发 | ||
|
||
## 高级配置 | ||
1. 使用已有的数据库 | ||
## 高级配置 | ||
1. 使用已有的数据库 | ||
|
||
|
||
# 贡献指南 | ||
1. 开发数据库搭建 | ||
# 贡献指南 | ||
1. 开发数据库搭建 | ||
``` | ||
docker run -e MYSQL_DATABASE=open_task -e MYSQL_ROOT_PASSWORD=OPEN_TASK_!@# -p 3308:3306 --name=mysql8 -d registry.cn-hangzhou.aliyuncs.com/hgui/mysql:8.4.1 | ||
``` | ||
2. 安装vs2022 | ||
打开`OpenTask.sln`解决方案进行开发 | ||
2. 安装vs2022 | ||
打开`OpenTask.sln`解决方案进行开发 | ||
|
||
# 开源协议 | ||
MIT | ||
# 开源协议 | ||
MIT |