mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-18 08:14:42 +00:00
docs: add alibaba-cloud-computenest.md (#425)
This commit is contained in:
@@ -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),按提示填写部署参数:
|
||||
|
||||

|
||||
2. 参数填写完成后可以看到对应询价明细,确认参数后点击**下一步:确认订单**。确认订单完成后同意服务协议并点击**立即创建**进入部署阶段。
|
||||
3. 等待部署完成后进入服务实例管理, 在控制台找到 Halo 服务访问链接。
|
||||
|
||||

|
||||
4. 单击链接访问 Halo 服务。
|
||||
|
||||

|
@@ -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",
|
||||
|
BIN
static/img/install/alibab-cloud-computenest/deploy_1.jpg
Normal file
BIN
static/img/install/alibab-cloud-computenest/deploy_1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 550 KiB |
BIN
static/img/install/alibab-cloud-computenest/deploy_2.jpg
Normal file
BIN
static/img/install/alibab-cloud-computenest/deploy_2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 492 KiB |
BIN
static/img/install/alibab-cloud-computenest/halo-setup.jpg
Normal file
BIN
static/img/install/alibab-cloud-computenest/halo-setup.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
@@ -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),按提示填写部署参数:
|
||||
|
||||

|
||||
2. 参数填写完成后可以看到对应询价明细,确认参数后点击**下一步:确认订单**。确认订单完成后同意服务协议并点击**立即创建**进入部署阶段。
|
||||
3. 等待部署完成后进入服务实例管理, 在控制台找到 Halo 服务访问链接。
|
||||
|
||||

|
||||
4. 单击链接访问 Halo 服务。
|
||||
|
||||

|
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user