Skip to content

Commit

Permalink
docs: remove readme documentation about running with jar (halo-dev#2501)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind documentation
/milestone 2.0

#### What this PR does / why we need it:

因为目前暂时没有提供 JAR 包,所以移除 README 有关使用 JAR 包运行的文档。


#### Special notes for your reviewer:

/cc @halo-dev/sig-halo 

#### Does this PR introduce a user-facing change?

```release-note
None
```
  • Loading branch information
ruibaby authored Oct 4, 2022
1 parent cd2dc99 commit a89d51e
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,13 @@

## 快速开始

### Fat Jar

下载最新的 Halo 运行包:

```bash
curl -L https://github.com/halo-dev/halo/releases/download/v2.0.0-alpha.1/halo-2.0.0-alpha.1.jar --output halo-next.jar
```

其他地址:<https://docs.halo.run/next/getting-started/downloads>

```bash
java -jar halo-next.jar
```

### Docker

```bash
docker run -it -d --name halo-next -p 8090:8090 -v ~/halo-next:/root/halo-next --restart=unless-stopped halohub/halo-dev:next
docker run -it -d --name halo-next -p 8090:8090 -v ~/halo-next:/root/halo-next --restart=unless-stopped halohub/halo-dev:2.0.0-alpha.1
```

详细部署文档请查阅:<https://docs.halo.run/next/getting-started/install/linux>
详细部署文档请查阅:<https://docs.halo.run/2.0.0-SNAPSHOT/getting-started/install/docker>

## 生态

Expand Down

0 comments on commit a89d51e

Please sign in to comment.