Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyongrui committed Nov 22, 2019
1 parent 47a60ee commit c292169
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
node_modules
en-us
zh-cn
md_json
404.html
index.html
build
package-lock.json
/node_modules
/en-us
/zh-cn
/md_json
/404.html
/index.html
/build
/package-lock.json
3 changes: 3 additions & 0 deletions docs/en-us/wip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# WIP

wip
35 changes: 35 additions & 0 deletions docs/zh-cn/quick_start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--
Copyright (c) 2019, Xiaomi, Inc. All rights reserved.
This source code is licensed under the Apache License Version 2.0, which
can be found in the LICENSE file in the root directory of this source tree.
-->

# 快速启动

1. 下载完整代码

```shell
git clone https://github.com/XiaoMi/thain.git
```

1. 运行环境需要 jdk 8 以上, maven3, node 8 以上

1. 在项目根目录下依次执行

```shell
cd thain-fe
npm install
npm run build
cd ..
mvn -U clean package
```

1. 打包完成后,即可运行

```shell
java -jar thain-server/target/thain-server-1.1.5.jar
```

1. 打开 localhost:9900 就可以看到效果了

1. 初始账号密码:admin, admin

0 comments on commit c292169

Please sign in to comment.