File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
# devops
2
- #### 游戏运维自动化平台
2
+ # << 游戏运维自动化平台>>
3
3
4
- #### 功能
4
+ #### 基本功能介绍
5
5
6
6
* 配置管理
7
7
* 资产管理
8
8
* 定时任务
9
9
* 批量作业
10
10
* 日志审计
11
+ * 游戏管理
12
+ * 站点管理
13
+ * 内容管理
11
14
* 系统管理
12
15
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
+
13
28
#### [ 详细功能及设计] ( https://blog.imdst.com/ji-hua-kai-fa-ge-jiao-wei-tong-yong-de-you-xi-yun-wei-zi-dong-hua-ping-tai/ )
14
29
15
30
#### Demo
16
31
* 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/ )
18
38
You can’t perform that action at this time.
0 commit comments