Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

update arkctl download url #299

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed arkctl/bin/arkctl_linux_amd64
Binary file not shown.
Binary file removed arkctl/bin/arkctl_mac_amd64
Binary file not shown.
Binary file removed arkctl/bin/arkctl_windows_amd64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/content/zh-cn/docs/tutorials/build_and_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ weight: 500
2. K8S 集群环境开发验证

### 本地环境开发验证
1. 根据实际运行操作系统,[下载 arkctl ](https://github.com/sofastack/sofa-serverless/tree/master/arkctl/bin) , 并放入 `/usr/local/bin` 目录中
1. 根据实际运行操作系统,[下载 arkctl ](https://github.com/sofastack/sofa-serverless/releases/tag/arkctl-release-0.1.0) , 并放入 `/usr/local/bin` 目录中
2. 在基座和模块已经改造完成后,启动好基座后,可以使用 arkctl 快速完成构建与部署,将模块部署到基座中
```shell
arkctl deploy ${模块构建出的 jar 包路径}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/zh-cn/docs/tutorials/trial_step_by_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class SampleController {
}
}
```
3. 下载 arkctl, 下载地址 https://github.com/sofastack/sofa-serverless/tree/master/arkctl/bin ,放入 `/usr/local/bin` 目录中
3. 下载 arkctl, 下载地址 https://github.com/sofastack/sofa-serverless/releases/tag/arkctl-release-0.1.0 ,放入 `/usr/local/bin` 目录中
4. 执行 `arkctl deploy` 构建部署,成功后 `curl localhost:8080/${模块1 web context path}/` 验证服务返回
```text
hello to ${模块1名} deploy
Expand Down