Skip to content

Commit 316c968

Browse files
committed
Merge branch 'master' of https://github.com/leoiceo/devops
2 parents 661cfcd + 1bfe65d commit 316c968

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,38 @@
11
# devops
2-
####游戏运维自动化平台
2+
# <<游戏运维自动化平台>>
33

4-
#### 功能
4+
#### 基本功能介绍
55

66
* 配置管理
77
* 资产管理
88
* 定时任务
99
* 批量作业
1010
* 日志审计
11+
* 游戏管理
12+
* 站点管理
13+
* 内容管理
1114
* 系统管理
1215

16+
#### 部署说明
17+
* Django 1.8.x
18+
* python 2.7.x
19+
* redis 3.0+
20+
* MySQL 5.6
21+
* celery 3.1.x
22+
* requirements.txt (模块安装)
23+
24+
#### 启动说明
25+
* python manage.py runserver 0.0.0.0:8080
26+
* 生产环境使用 uwsgi + nginx
27+
1328
#### [详细功能及设计](https://blog.imdst.com/ji-hua-kai-fa-ge-jiao-wei-tong-yong-de-you-xi-yun-wei-zi-dong-hua-ping-tai/)
1429

1530
#### Demo
1631
* URL: http://myops.imdst.com
17-
32+
33+
#### 其他说明
34+
* 由于部分业务功能代码较敏感,已经删减,由于使用框架和模块版本较低,适合学习研究使用,不建议直接上生产环境
35+
36+
#### 2.0 版本功能介绍
37+
* [URL](https://blog.imdst.com/kai-yuan-yun-wei-zi-dong-hua-ping-tai-kai-fa-she-ji-si-lu/)
1838

0 commit comments

Comments
 (0)