From ccb8509503bdf4fbac09b5657cceaf392cdc70a3 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Wed, 1 Aug 2018 11:20:18 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7cd9a0ae1..b4acb892c 100755 --- a/README.md +++ b/README.md @@ -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 +``` + > 注意:如使用Idea,Eclipse等IDE运行的话,需要安装Lombok插件。 Let's start: http://localhost:8090