Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zdhxiong committed Sep 1, 2020
1 parent 89a36a9 commit 10bfb9b
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 336 deletions.
23 changes: 22 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MDClub 项目由以下子项目组成:
| ---- | ---- |
| [mdclub](https://github.com/zdhxiong/mdclub) | MDClub 服务端代码 |
| [mdclub-theme-material](https://github.com/zdhxiong/mdclub-theme-material) | MDClub 前端代码 |
| [mdclub-admin](https://github.com/zdhxiong/mdclub-admin) | MDClub 后台管理界面代码 |
| [mdclub-admin](https://github.com/zdhxiong/mdclub-admin) | MDClub 后台管理系统代码 |
| [mdclub-openapi](https://github.com/zdhxiong/mdclub-openapi) | MDClub 的 OpenApi 描述文件代码 |
| [mdclub-sdk-js](https://github.com/zdhxiong/mdclub-sdk-js) | MDClub 的 JavaScript SDK 代码 |

Expand All @@ -31,6 +31,27 @@ MDClub 项目由以下子项目组成:

若安装过程遇到困难,可以在 MDClub 的 [问答区](https://community.mdclub.org/questions) 进行搜索,或发帖寻求帮助。

## 在此项目基础上进行二次开发

你需要在本地安装 mdclub。如果你还需要修改前端代码或后台管理系统代码,则还需要安装 [mdclub-theme-material](https://github.com/zdhxiong/mdclub-theme-material)[mdclub-admin](https://github.com/zdhxiong/mdclub-admin)

### mdclub 的安装步骤

**克隆项目源码到本地**

```
git clone https://github.com/zdhxiong/mdclub
```

**安装项目依赖**

```
cd mdclub
composer install
```

安装完依赖后,再根据 [MDClub 安装说明](https://community.mdclub.org/articles/2) 进行安装。

## 安全漏洞

如果你发现 MDClub 中存在安全漏洞,请给作者 [发送电子邮件](mailto:[email protected])。安全漏洞会最优先得到解决。
Expand Down
39 changes: 20 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 10bfb9b

Please sign in to comment.