📝 更新README

pull/41/head
ruibaby 2018-10-27 23:47:13 +08:00
parent 0e91bbd1f2
commit e2c2468be2
3 changed files with 9 additions and 9 deletions

View File

@ -42,13 +42,13 @@ mvn clean package -Pprod
java -jar target/dist/halo/halo-latest.jar java -jar target/dist/halo/halo-latest.jar
``` ```
服务器快速部署暂时仅支持CentOS 服务器快速部署:
```bash ```bash
# 安装Halo # 安装Halo
yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1 yum install -y wget && wget https://git.io/fxHqp && bash halo-cli.sh -i
# 更新Halo # 更新Halo
sh halo-cli.sh 2 bash halo-cli.sh -u
``` ```
Docker 部署: Docker 部署:

View File

@ -42,12 +42,12 @@ mvn clean package -Pprod
java -jar target/dist/halo/halo-latest.jar java -jar target/dist/halo/halo-latest.jar
``` ```
Rapid server deployment(Support for CentOS only): Rapid server deployment:
```bash ```bash
# Install Halo # Install Halo
yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1 yum install -y wget && wget https://git.io/fxHqp && bash halo-cli.sh -i
# Upgrade Halo # Upgrade Halo
sh halo-cli.sh 2 bash halo-cli.sh -u
``` ```
Docker Docker

View File

@ -42,12 +42,12 @@ mvn clean package -Pprod
java -jar target/dist/halo/halo-latest.jar java -jar target/dist/halo/halo-latest.jar
``` ```
Rapid server deploy etme (Sadece CentOS desteklenmektedir): Rapid server deploy etme:
```bash ```bash
# Install Halo # Install Halo
yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1 yum install -y wget && wget https://git.io/fxHqp && bash halo-cli.sh -i
# Upgrade Halo # Upgrade Halo
sh halo-cli.sh 2 bash halo-cli.sh -u
``` ```
Docker Docker