-
Notifications
You must be signed in to change notification settings - Fork 52
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
74fae04
commit 4dd64cb
Showing
9 changed files
with
76 additions
and
3 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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
additionalProperties: | ||
formFields: | ||
- default: zentao | ||
envKey: ZENTAO_MYSQL_PASSWORD | ||
labelEn: Password | ||
labelZh: 数据库Root用户密码 | ||
random: true | ||
required: true | ||
rule: paramComplexity | ||
type: password | ||
- default: 3307 | ||
envKey: ZENTAO_MYSQL_PORT | ||
labelEn: Port | ||
labelZh: 数据库端口 | ||
required: true | ||
rule: paramPort | ||
type: number | ||
- default: 8080 | ||
envKey: PANEL_APP_PORT_HTTP | ||
labelEn: Port | ||
labelZh: 应用端口 | ||
required: true | ||
rule: paramPort | ||
type: number |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
version: '3.0' | ||
services: | ||
zentao: | ||
image: easysoft/zentao:18.2 | ||
container_name: ${CONTAINER_NAME} | ||
ports: | ||
- ${PANEL_APP_PORT_HTTP}:80 | ||
- ${ZENTAO_MYSQL_PORT}:3306 | ||
volumes: | ||
- ./data/data:/www/zentaopms | ||
- ./data/mysql:/var/lib/mysql | ||
environment: | ||
- MYSQL_ROOT_PASSWORD=${ZENTAO_MYSQL_PASSWORD} | ||
networks: | ||
- 1panel-network | ||
labels: | ||
createdBy: "Apps" | ||
|
||
networks: | ||
1panel-network: | ||
external: true |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 禅道 - 敏捷项目管理软件 | ||
|
||
![禅道标志](https://example.com/zentao_logo.png) | ||
|
||
禅道是一款功能强大、全面的敏捷项目管理软件,旨在帮助团队规划、跟踪和交付高质量的软件产品。它将项目管理、产品管理、质量管理和文档管理功能融合于一个集成平台中。 | ||
|
||
## 特点 | ||
|
||
- **敏捷项目管理:**禅道遵循敏捷原则,支持Scrum和看板方法论,使团队能够轻松管理和跟踪项目进度、待办事项、迭代和任务。 | ||
- **产品管理:**禅道为产品经理提供工具,可创建产品路线图、管理需求并优先处理功能,确保与客户需求和业务目标的一致性。 |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: 禅道 | ||
tags: | ||
- 工具 | ||
title: 国产的开源项目管理软件 | ||
type: 工具 | ||
description: 国产的开源项目管理软件 | ||
additionalProperties: | ||
key: zentao | ||
name: 禅道 | ||
tags: | ||
- Tool | ||
shortDescZh: 国产的开源项目管理软件 | ||
shortDescEn: Domestic open source project management software | ||
type: tool | ||
crossVersionUpdate: true | ||
limit: 0 | ||
website: https://www.zentao.net/index.html | ||
github: https://github.com/easysoft/zentaopms | ||
document: https://www.zentao.net/book/zentaopms/38.html |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.