📝 更新README

pull/322/head
ruibaby 2019-02-27 17:03:32 +08:00
parent 80503b247c
commit 75e6b25bb4
2 changed files with 20 additions and 20 deletions

View File

@ -29,16 +29,6 @@ Fast, concise, and powerful blogging system developed in Java.
## Quick start
Deploy with shell script
```bash
# install Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i
# upgrade Halo
$ bash halo-cli.sh -u
```
Deploy with Docker
```bash
# pull docker images
@ -68,6 +58,16 @@ $ yum install -y wget && wget -O docker-compose.yaml https://git.io/fpS8N
$ docker-compose up -d
```
Deploy with shell script
```bash
# install Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i
# upgrade Halo
$ bash halo-cli.sh -u
```
> Tips: If you use Idea, Eclipse and other IDEs to run, you need to install the Lombok plugin, In addition, JDK10 is not supported at the moment, and there are problems with themes scanning and uploading.
> See the [Halo documentation](https://halo-doc.ryanc.cc/installation/) or [ Wiki](https://github.com/ruibaby/halo/wiki) for more details.

View File

@ -29,16 +29,6 @@
## 快速开始
服务器快速部署:
```bash
# 安装 Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i
# 更新 Halo
$ bash halo-cli.sh -u
```
Docker 部署:
```bash
# 拉取镜像
@ -68,6 +58,16 @@ $ yum install -y wget && wget -O docker-compose.yaml https://git.io/fpS8N
$ docker-compose up -d
```
脚本部署(不推荐):
```bash
# 安装 Halo
$ yum install -y wget && wget -O halo-cli.sh https://git.io/fxHqp && bash halo-cli.sh -i
# 更新 Halo
$ bash halo-cli.sh -u
```
> 注意:如使用 IdeaEclipse 等IDE运行的话需要安装Lombok插件另外暂不支持JDK10主题管理和主题上传会有问题。
> 更多请参考[ Halo 使用文档 ](https://halo-doc.ryanc.cc/installation/)或者[ Wiki](https://github.com/ruibaby/halo/wiki)。