👽 更新README和Travis-ci打包脚本

pull/5/head
RYAN0UP_ 2018-05-02 10:37:22 +08:00
parent 45438a90a3
commit a4219d34f4
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,5 @@
language: java
jdk:
- oraclejdk8
- oraclejdk8
script:
- mvn clean package -Pprod

View File

@ -33,8 +33,8 @@ Fast,simple,powerful blog system powered by Java.
```bash
git clone https://github.com/ruibaby/halo.git
cd halo
mvn clean package
java -jar target/dist/halo/halo-beta.jar
mvn clean package -Pprod
java -jar target/dist/halo/halo-xxx.jar
```
Let's start: http://localhost:8090
@ -43,14 +43,14 @@ Let's start: http://localhost:8090
[界面预览](PREVIEW.md)
[首页演示](https://ryanc.cc)
[Ryan0up'S Blog](https://ryanc.cc)
[SNAIL BLOG](https://slogc.cc)
## Download 下载
[Download](https://github.com/ruibaby/halo/releases)
> 目前并未打包成可使用版本因为目前bug还有点多需要花点时间才行。
## Docs 文档
[Halo Document](https://halo-doc.ryanc.cc)