FunASR/runtime/docs/aliyun_server_tutorial.md

65 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 云服务器申请教程
我们以阿里云([点此链接](https://www.aliyun.com/))为例,演示如何申请云服务器
### 登陆个人账号
打开阿里云官网[点此链接](https://www.aliyun.com/)注册并登陆个人账号如下图标号1所示
<img src="images/aliyun1.png" width="900"/>
### 免费试用
点击如上图所以标号2出现如下界面
<img src="images/aliyun2.png" width="900"/>
再点击标号3出现如下界面
<img src="images/aliyun3.png" width="900"/>
### 申请ECS实例
个人账号可以免费试用1核2GB内存每月750小时企业认证后可以免费试用2核8GB内存 3个月根据账号情况点击上图中标号4出现如下界面
<img src="images/aliyun4.png" width="900"/>
依次按照上图标号5、6、7选择后点击立即试用出现如下界面
<img src="images/aliyun5.png" width="900"/>
### 开放服务端口
点击安全组标号9出现如下界面
<img src="images/aliyun6.png" width="900"/>
再点击标号10出现如下界面
<img src="images/aliyun7.png" width="900"/>
点击手动添加标号11分别按照标号12、13填入内容后点击保存标号14再点击实例标号15出现如下界面
<img src="images/aliyun8.png" width="900"/>
### 启动ECS示例
点击示例名称标号16出现如下页面
<img src="images/aliyun9.png" width="900"/>
点击远程启动标号17出现页面后点击立即登陆出现如下界面
<img src="images/aliyun10.png" width="900"/>
首次登陆需要点击重置密码上图中绿色箭头设置好密码后输入密码标号18点击确认标号19
<img src="images/aliyun11.png" width="900"/>
首次登陆会遇到上图所示问题点击标号20根据文档操作后重新登陆登陆成功后出现如下页面
<img src="images/aliyun12.png" width="900"/>
上图表示已经成功申请了云服务器后续可以根据FunASR runtime-SDK部署文档进行一键部署[点击此处](./SDK_tutorial_cn.md)