mirror of https://github.com/halo-dev/halo
📝 更新README
parent
0e91bbd1f2
commit
e2c2468be2
|
@ -42,13 +42,13 @@ 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
|
||||
yum install -y wget && wget https://git.io/fxHqp && bash halo-cli.sh -i
|
||||
# 更新Halo
|
||||
sh halo-cli.sh 2
|
||||
bash halo-cli.sh -u
|
||||
```
|
||||
|
||||
Docker 部署:
|
||||
|
|
|
@ -42,12 +42,12 @@ mvn clean package -Pprod
|
|||
java -jar target/dist/halo/halo-latest.jar
|
||||
```
|
||||
|
||||
Rapid server deployment(Support for CentOS only):
|
||||
Rapid server deployment:
|
||||
```bash
|
||||
# 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
|
||||
sh halo-cli.sh 2
|
||||
bash halo-cli.sh -u
|
||||
```
|
||||
|
||||
Docker:
|
||||
|
|
|
@ -42,12 +42,12 @@ mvn clean package -Pprod
|
|||
java -jar target/dist/halo/halo-latest.jar
|
||||
```
|
||||
|
||||
Rapid server deploy etme (Sadece CentOS desteklenmektedir):
|
||||
Rapid server deploy etme:
|
||||
```bash
|
||||
# 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
|
||||
sh halo-cli.sh 2
|
||||
bash halo-cli.sh -u
|
||||
```
|
||||
|
||||
Docker:
|
||||
|
|
Loading…
Reference in New Issue