Skip to content

Commit

Permalink
Update source_compile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paynie authored Jun 6, 2017
1 parent 9ef183d commit ec19585
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/deploy/source_compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,15 @@

进入源码根目录,执行命令:
```
mvn clean package -Dmaven.test.skip=true
```
```mvn clean package -Dmaven.test.skip=true```

编译完成后,在源码根目录`angel-ps/dist/target`目录下会生成一个发布包:`angel-ps-bin-1.1.8.zip`

4. **发布包**

发布包解压后,根目录下有四个子目录:
  * bin:Angel提交脚本和
  * bin:Angel任务提交脚本
* conf:系统配置文件
* data:简单测试数据
* lib:angel jar包 & 依赖jar包

0 comments on commit ec19585

Please sign in to comment.