docs: add alibaba-cloud-computenest.md (#425)

This commit is contained in:
KunSir
2024-09-29 17:29:46 +08:00
committed by GitHub
parent d449d7c676
commit ca902d7a90
7 changed files with 44 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
---
title: 阿里云计算巢部署
description: 使用阿里云计算巢服务部署 Halo
---
阿里云计算巢提供了软件与资源的一体化交付的完善基础能力,助力服务商、开发者的提升服务能力和降低运营成本。计算巢已经支持快速部署 Halo 社区版。
## 部署流程
1. 访问计算巢 Halo 社区版服务[部署链接](https://computenest.console.aliyun.com/service/instance/create/cn-hangzhou?type=user&ServiceId=service-71b471d79c224520bba3),按提示填写部署参数:
![image.png](/img/install/alibab-cloud-computenest/deploy_1.jpg)
2. 参数填写完成后可以看到对应询价明细,确认参数后点击**下一步:确认订单**。确认订单完成后同意服务协议并点击**立即创建**进入部署阶段。
3. 等待部署完成后进入服务实例管理, 在控制台找到 Halo 服务访问链接。
![image.png](/img/install/alibab-cloud-computenest/deploy_2.jpg)
4. 单击链接访问 Halo 服务。
![image.png](/img/install/alibab-cloud-computenest/halo-setup.jpg)

View File

@@ -45,7 +45,10 @@ module.exports = {
link: {
type: "generated-index",
},
items: ["getting-started/install/cloud/tencent-cloud-lighthouse"],
items: [
"getting-started/install/cloud/tencent-cloud-lighthouse",
"getting-started/install/cloud/alibaba-cloud-computenest"
],
},
{
type: "category",

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View File

@@ -0,0 +1,19 @@
---
title: 阿里云计算巢部署
description: 使用阿里云计算巢服务部署 Halo
---
阿里云计算巢提供了软件与资源的一体化交付的完善基础能力,助力服务商、开发者的提升服务能力和降低运营成本。计算巢已经支持快速部署 Halo 社区版。
## 部署流程
1. 访问计算巢 Halo 社区版服务[部署链接](https://computenest.console.aliyun.com/service/instance/create/cn-hangzhou?type=user&ServiceId=service-71b471d79c224520bba3),按提示填写部署参数:
![image.png](/img/install/alibab-cloud-computenest/deploy_1.jpg)
2. 参数填写完成后可以看到对应询价明细,确认参数后点击**下一步:确认订单**。确认订单完成后同意服务协议并点击**立即创建**进入部署阶段。
3. 等待部署完成后进入服务实例管理, 在控制台找到 Halo 服务访问链接。
![image.png](/img/install/alibab-cloud-computenest/deploy_2.jpg)
4. 单击链接访问 Halo 服务。
![image.png](/img/install/alibab-cloud-computenest/halo-setup.jpg)

View File

@@ -31,7 +31,8 @@
"type": "generated-index"
},
"items": [
"getting-started/install/cloud/tencent-cloud-lighthouse"
"getting-started/install/cloud/tencent-cloud-lighthouse",
"getting-started/install/cloud/alibaba-cloud-computenest"
]
},
{