From 3e0230bcb0ac1a16001e5c274b994136cb3458de Mon Sep 17 00:00:00 2001 From: season <season4675@gmail.com> Date: 星期三, 05 七月 2023 15:35:48 +0800 Subject: [PATCH] [funasr-runtime-deploy 0.0.6] add SSL on-off and rationalize remove/start (#713) --- funasr/runtime/docs/SDK_tutorial.md | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/docs/SDK_tutorial.md b/funasr/runtime/docs/SDK_tutorial.md index a4e46f1..0943466 100644 --- a/funasr/runtime/docs/SDK_tutorial.md +++ b/funasr/runtime/docs/SDK_tutorial.md @@ -8,10 +8,14 @@ ### Downloading Tools and Deployment -Run the following command to perform a one-click deployment of the FunASR runtime-SDK service. Follow the prompts to complete the deployment and running of the service. Currently, only Linux environments are supported, and for other environments, please refer to the Advanced SDK Development Guide. Due to network restrictions, the download of the funasr-runtime-deploy.sh one-click deployment tool may not proceed smoothly. If the tool has not been downloaded and entered into the one-click deployment tool after several seconds, please terminate it with Ctrl + C and run the following command again. +Run the following command to perform a one-click deployment of the FunASR runtime-SDK service. Follow the prompts to complete the deployment and running of the service. Currently, only Linux environments are supported, and for other environments, please refer to the Advanced SDK Development Guide ([docs](./SDK_advanced_guide_offline.md)). + +[//]: # (Due to network restrictions, the download of the funasr-runtime-deploy.sh one-click deployment tool may not proceed smoothly. If the tool has not been downloaded and entered into the one-click deployment tool after several seconds, please terminate it with Ctrl + C and run the following command again.) ```shell curl -O https://raw.githubusercontent.com/alibaba-damo-academy/FunASR-APP/main/TransAudio/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install +# For the users in China, you could install with the command: +# curl -O https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/shell/funasr-runtime-deploy.sh; sudo bash funasr-runtime-deploy.sh install ``` #### Details of Configuration -- Gitblit v1.9.1