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

Commit

Permalink
Merge pull request #299 from sofastack/youji-dev
Browse files Browse the repository at this point in the history
update arkctl download url
  • Loading branch information
lvjing2 authored Nov 15, 2023
2 parents daa57a0 + 612f0e5 commit 8f8a32b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
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

0 comments on commit 8f8a32b

Please sign in to comment.