generated from aliyun-computenest/quickstart-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
77 additions
and
115 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<h1>Cloudreve Community Edition Rapid Deployment </h1> | ||
|
||
<h2> Overview </h2> | ||
|
||
<p>Cloudreve allows you to quickly build a public-private network disk system. Cloudreve supports different cloud storage platforms at the bottom, users do not need to care about physical storage methods in actual use. You can use Cloudreve to build personal internet disks, file sharing systems, or public cloud systems for large and small groups. For more information, see <a href = "https://docs.cloudreve.org/">Cloudreve website </a>. </p> | ||
|
||
<h2> Billing instructions </h2> | ||
|
||
<p> The costs on the Cloudreve Community Edition are mainly related to:</p> | ||
|
||
<ul> | ||
<li> Selected vCPU and Memory Specifications </li> | ||
<li> System disk type and capacity </li> | ||
<li> Internet bandwidth </li> | ||
</ul> | ||
|
||
<h2> Permissions required for RAM accounts </h2> | ||
|
||
<p> To deploy the Cloudreve Community Edition, you need to access and create some Alibaba Cloud resources. Therefore, your account must contain permissions for the following resources. | ||
<strong> Note </strong>: This permission is required only when your account is a RAM account. </p> | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th> Permission policy name </th> | ||
<th> Remarks </th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>AliyunECSFullAccess</td> | ||
<td> Permissions to manage ECS </td> | ||
</tr> | ||
<tr> | ||
<td>AliyunVPCFullAccess</td> | ||
<td> Permissions for managing VPC networks </td> | ||
</tr> | ||
<tr> | ||
<td>AliyunROSFullAccess</td> | ||
<td> Manage permissions for Resource Orchestration Services (ROS) </td> | ||
</tr> | ||
<tr> | ||
<td>AliyunComputeNestUserFullAccess</td> | ||
<td> Manage user-side permissions for the compute nest service (ComputeNest) </td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h2> Deployment process </h2> | ||
|
||
<ol> | ||
<li><p> Visit the Cloudreve community service <a href = "https://computenest.console.aliyun.com/service/instance/create/cn-hangzhou?type=user&ServiceId=service-a47e56f0ea9f460d8d33"> Deployment link </a> and fill in the deployment parameters as prompted: | ||
<img src="1.jpg" alt="image.png" /></p></li> | ||
<li><p> after the parameters are filled in, you can see the corresponding inquiry details. after confirming the parameters, click <strong> next: confirm the order </strong>. Confirm that the order is complete and agree to the service agreement and click <strong> Create Now </strong> to proceed to the deployment phase. </p></li> | ||
<li><p> After the deployment is completed, enter the service instance management and find the Cloudreve service access link in the console. | ||
<img src="2.jpg" alt="image.png" /></p></li> | ||
<li><p> Click the link to access the service. | ||
<img src="3.jpg" alt="image.png" /></p></li> | ||
</ol> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,131 +1,34 @@ | ||
# Demo服务实例部署文档 | ||
# Cloudreve社区版快速部署 | ||
|
||
## 概述 | ||
|
||
`(服务概述内容)`。 | ||
|
||
``` | ||
eg: | ||
Demo服务是计算巢提供的示例。 | ||
本文向您介绍如何开通计算巢上的`Demo`服务,以及部署流程和使用说明。 | ||
``` | ||
Cloudreve 可以让您快速搭建起公私兼备的网盘系统。Cloudreve 在底层支持不同的云存储平台,用户在实际使用时无须关心物理存储方式。你可以使用 Cloudreve 搭建个人用网盘、文件分享系统,亦或是针对大小团体的公有云系统。详情请查看[Cloudreve官网](https://docs.cloudreve.org/)。 | ||
|
||
## 计费说明 | ||
|
||
`(计费说明内容)` | ||
|
||
``` | ||
eg: | ||
Demo在计算巢上的费用主要涉及: | ||
Cloudreve社区版上的费用主要涉及: | ||
|
||
- 所选vCPU与内存规格 | ||
- 系统盘类型及容量 | ||
- 公网带宽 | ||
|
||
计费方式包括: | ||
- 按量付费(小时) | ||
- 包年包月 | ||
目前提供如下实例: | ||
| 规格族 | vCPU与内存 | 系统盘 | 公网带宽 | | ||
| --- | --- | --- | --- | | ||
| ecs.r6.xlarge | 内存型r6,4vCPU 32GiB | ESSD云盘 200GiB PL0 | 固定带宽1Mbps | | ||
预估费用在创建实例时可实时看到。 | ||
如需更多规格、其他服务(如集群高可用性要求、企业级支持服务等),请联系我们 [mailto:[email protected]](mailto:[email protected])。 | ||
``` | ||
|
||
## 部署架构 | ||
|
||
`(部署概述内容)` | ||
|
||
## RAM账号所需权限 | ||
部署Cloudreve社区版,需要对部分阿里云资源进行访问和创建操作。因此您的账号需要包含如下资源的权限。 | ||
**说明**:当您的账号是RAM账号时,才需要添加此权限。 | ||
|
||
`(权限策略内容)` | ||
|
||
``` | ||
eg: | ||
Demo服务需要对ECS、VPC等资源进行访问和创建操作,若您使用RAM用户创建服务实例,需要在创建服务实例前,对使用的RAM用户的账号添加相应资源的权限。添加RAM权限的详细操作,请参见[为RAM用户授权](https://help.aliyun.com/document_detail/121945.html)。所需权限如下表所示。 | ||
| 权限策略名称 | 备注 | | ||
| --- | --- | | ||
| AliyunECSFullAccess | 管理云服务器服务(ECS)的权限 | | ||
``` | ||
| 权限策略名称 | 备注 | | ||
|---------------------------------|------------------------------------| | ||
| AliyunECSFullAccess | 管理云服务器服务(ECS)的权限 | | ||
| AliyunVPCFullAccess | 管理专有网络(VPC)的权限 | | ||
| AliyunROSFullAccess | 管理资源编排服务(ROS)的权限 | | ||
| AliyunComputeNestUserFullAccess | 管理计算巢服务(ComputeNest)的用户侧权限 | | ||
|
||
## 部署流程 | ||
1. 访问Cloudreve社区版服务[部署链接](https://computenest.console.aliyun.com/service/instance/create/cn-hangzhou?type=user&ServiceId=service-a47e56f0ea9f460d8d33),按提示填写部署参数: | ||
![image.png](1.jpg) | ||
|
||
### 部署步骤 | ||
|
||
`(部署步骤内容)` | ||
|
||
``` | ||
eg: | ||
1. 单击部署链接,进入服务实例部署界面,根据界面提示,填写参数完成部署。 | ||
2. 补充示意图。 | ||
``` | ||
### 部署参数说明 | ||
|
||
`(部署参数说明内容)` | ||
|
||
``` | ||
eg: | ||
您在创建服务实例的过程中,需要配置服务实例信息。下文介绍云XR实时渲染平台服务实例输入参数的详细信息。 | ||
| 参数组 | 参数项 | 示例 | 说明 | | ||
| --- | --- | --- | --- | | ||
| 服务实例名称 | | test | 实例的名称 | | ||
| 地域 | | 华北2(北京) | 选中服务实例的地域,建议就近选中,以获取更好的网络延时。 | | ||
``` | ||
|
||
### 验证结果 | ||
|
||
`(验证结果内容)` | ||
|
||
``` | ||
eg: | ||
1. 查看服务实例。服务实例创建成功后,部署时间大约需要2分钟。部署完成后,页面上可以看到对应的服务实例。 | ||
2. 通过服务实例访问TuGraph。进入到对应的服务实例后,可以在页面上获取到web、rpc、ssh共3种使用方式。 | ||
``` | ||
|
||
### 使用Demo | ||
|
||
`(服务使用说明内容)` | ||
|
||
``` | ||
eg: | ||
请访问Demo官网了解如何使用:[使用文档](https://www.aliyun.com) | ||
``` | ||
|
||
## 问题排查 | ||
|
||
`(服务使用说明内容)` | ||
|
||
``` | ||
eg: | ||
请访问[Demo的问题排查链接](https://www.aliyun.com)获取帮助。 | ||
``` | ||
|
||
## 联系我们 | ||
|
||
欢迎访问Demo官网([https://www.aliyun.com](https://www.aliyun.com))了解更多信息。 | ||
|
||
联系邮箱:[https://www.aliyun.com](mailto:https://www.aliyun.com) | ||
|
||
社区版开源地址:[https://github.com/](https://github.com/) | ||
2. 参数填写完成后可以看到对应询价明细,确认参数后点击**下一步:确认订单**。 确认订单完成后同意服务协议并点击**立即创建**进入部署阶段。 | ||
|
||
扫码关注微信公众号,技术博客、活动通知不容错过: | ||
3. 等待部署完成后进入服务实例管理, 在控制台找到Cloudreve服务访问链接。 | ||
![image.png](2.jpg) | ||
|
||
`(添加二维码图片)` | ||
4. 单击链接访问服务。 | ||
![image.png](3.jpg) |