mirror of https://github.com/halo-dev/halo
👽 更新README和Travis-ci打包脚本
parent
45438a90a3
commit
a4219d34f4
|
@ -1,3 +1,5 @@
|
||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
|
script:
|
||||||
|
- mvn clean package -Pprod
|
10
README.md
10
README.md
|
@ -33,8 +33,8 @@ Fast,simple,powerful blog system powered by Java.
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/ruibaby/halo.git
|
git clone https://github.com/ruibaby/halo.git
|
||||||
cd halo
|
cd halo
|
||||||
mvn clean package
|
mvn clean package -Pprod
|
||||||
java -jar target/dist/halo/halo-beta.jar
|
java -jar target/dist/halo/halo-xxx.jar
|
||||||
```
|
```
|
||||||
|
|
||||||
Let's start: http://localhost:8090
|
Let's start: http://localhost:8090
|
||||||
|
@ -43,14 +43,14 @@ Let's start: http://localhost:8090
|
||||||
|
|
||||||
[界面预览](PREVIEW.md)
|
[界面预览](PREVIEW.md)
|
||||||
|
|
||||||
[首页演示](https://ryanc.cc)
|
[Ryan0up'S Blog](https://ryanc.cc)
|
||||||
|
|
||||||
|
[SNAIL BLOG](https://slogc.cc)
|
||||||
|
|
||||||
## Download 下载
|
## Download 下载
|
||||||
|
|
||||||
[Download](https://github.com/ruibaby/halo/releases)
|
[Download](https://github.com/ruibaby/halo/releases)
|
||||||
|
|
||||||
> 目前并未打包成可使用版本,因为目前bug还有点多,需要花点时间才行。
|
|
||||||
|
|
||||||
## Docs 文档
|
## Docs 文档
|
||||||
|
|
||||||
[Halo Document](https://halo-doc.ryanc.cc)
|
[Halo Document](https://halo-doc.ryanc.cc)
|
||||||
|
|
Loading…
Reference in New Issue