-
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
513ca88
commit d16c306
Showing
2 changed files
with
29 additions
and
4 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,10 +1,33 @@ | ||
# OpenTask | ||
去中心设计的分布式任务调度平台 | ||
|
||
# 快速开始 | ||
## 1. 调度中心部署 | ||
1. docker-compose | ||
``` | ||
# 克隆本项目 | ||
cd deploy/docker-compose | ||
docker-compose up -d | ||
``` | ||
2. k8s | ||
|
||
3. docker | ||
|
||
4. 传统手动部署 | ||
|
||
## 2. 执行节点开发 | ||
|
||
## 高级配置 | ||
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`解决方案进行开发 | ||
|
||
# 开源协议 | ||
MIT |
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