Files
modelscope--funasr/runtime/docs/aliyun_server_tutorial.md
T
2026-07-13 13:25:10 +08:00

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)