| | |
| | | # curl -O https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/shell/funasr-runtime-deploy-online-cpu-zh.sh; |
| | | ``` |
| | | |
| | | 执行部署工具,在提示处输入回车键即可完成服务端安装与部署。目前便捷部署工具暂时仅支持Linux环境,其他环境部署参考开发指南([点击此处](#客户端用法详解)) |
| | | 执行部署工具,在提示处输入回车键即可完成服务端安装与部署。目前便捷部署工具暂时仅支持Linux环境,其他环境部署参考开发指南([点击此处](./SDK_advanced_guide_online_zh.md)) |
| | | ```shell |
| | | sudo bash funasr-runtime-deploy-online-cpu-zh.sh install --workspace ./funasr-runtime-resources |
| | | ``` |
| | |
| | | sudo bash funasr-runtime-deploy-online-cpu-zh.sh start |
| | | ``` |
| | | |
| | | ### 设置SSL |
| | | |
| | | 默认开启SSL校验,如果需要关闭,可以在启动时设置 |
| | | ```shell |
| | | sudo bash funasr-runtime-deploy-online-cpu-zh.sh start --ssl 0 |
| | | ``` |
| | | |
| | | ### 关闭FunASR服务 |
| | | |
| | |
| | | sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --workspace ./funasr-runtime-resources |
| | | ``` |
| | | |
| | | ### 关闭SSL证书 |
| | | |
| | | ```shell |
| | | sudo bash funasr-runtime-deploy-online-cpu-zh.sh update --ssl 0 |
| | | ``` |
| | | |
| | | ## 联系我们 |
| | | |