|
|
|
@ -38,7 +38,7 @@ slug: /
|
|
|
|
|
下载最新的 Halo 运行包:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.17/halo-1.4.17.jar --output halo.jar
|
|
|
|
|
curl -L https://github.com/halo-dev/halo/releases/download/v1.5.0/halo-1.5.0.jar --output halo.jar
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
其他地址:<https://docs.halo.run/getting-started/downloads>
|
|
|
|
@ -50,7 +50,7 @@ java -jar halo.jar
|
|
|
|
|
### Docker
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo
|
|
|
|
|
docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=always halohub/halo:1.5.0
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
详细部署文档请查阅:<https://docs.halo.run/getting-started/install/linux>
|
|
|
|
@ -66,8 +66,8 @@ docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=alwa
|
|
|
|
|
## 生态
|
|
|
|
|
|
|
|
|
|
| 项目 | 状态 | 描述 |
|
|
|
|
|
| ---------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
|
|
|
|
|
| [halo-admin](https://github.com/halo-dev/halo-admin) | <a href="https://www.npmjs.com/package/halo-admin"><img alt="npm release" src="https://img.shields.io/npm/v/halo-admin?style=flat-square"/></a> | Web 管理端 UI,已内置在主应用 |
|
|
|
|
|
| ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
|
|
|
|
|
| [halo-admin](https://github.com/halo-dev/halo-admin) | <a href="https://github.com/halo-dev/halo-admin/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/halo-dev/halo-admin.svg?style=flat-square" /></a> | Web 管理端 UI,已内置在主应用 |
|
|
|
|
|
| [js-sdk](https://github.com/halo-dev/js-sdk) | <a href="https://github.com/halo-dev/js-sdk"><img alt="npm release" src="https://img.shields.io/npm/v/@halo-dev/content-api?style=flat-square"/></a> | JavaScript SDK |
|
|
|
|
|
| [halo-comment](https://github.com/halo-dev/halo-comment) | <a href="https://www.npmjs.com/package/halo-comment"><img alt="npm release" src="https://img.shields.io/npm/v/halo-comment?style=flat-square"/></a> | 独立评论组件,可以非常方便的集成到主题中 |
|
|
|
|
|
| [halo-comment-normal](https://github.com/halo-dev/halo-comment-normal) | <a href="https://www.npmjs.com/package/halo-comment-normal"><img alt="npm release" src="https://img.shields.io/npm/v/halo-comment-normal?style=flat-square"/></a> | 另外一款评论组件 |
|
|
|
|
|