📝 更新README

pull/33/merge
ruibaby 2018-08-01 11:20:18 +08:00
parent 4e0326e2db
commit ccb8509503
1 changed files with 8 additions and 0 deletions

View File

@ -38,6 +38,14 @@ mvn clean package -Pprod
java -jar target/dist/halo/halo-latest.jar
```
服务器快速部署暂时仅支持CentOS
```bash
# 安装Halo
yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1
# 更新Halo
sh halo-cli.sh 2
```
> 注意如使用IdeaEclipse等IDE运行的话需要安装Lombok插件。
Let's start: http://localhost:8090