This commit is contained in:
zeaslity
2023-11-14 16:01:16 +08:00
parent 7312a9830b
commit f6f1c174f5
4 changed files with 29 additions and 14 deletions

View File

@@ -1,4 +1,17 @@
使用GO语言重构Octopus-Agent项目
---
# VS CODE RUN
go mod tidy
go mod download
go mod vender
#### in folder agent-go
go build && ./agent-go -version=shanghai -agentServerInfoConf=/home/wdd/IdeaProjects/ProjectOctopus/agent-go/server-env.yaml
---
## Message
@@ -38,3 +51,5 @@
4. 配置环境变量
5. 安装GONB
6. 启动jupyter lab即可