Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可以给个windows 的打包方式吗 自己 直接go build 访问webgui 是404 如和把webgui 打入到程序呢 #363

Open
devops-fj opened this issue Jun 6, 2023 · 5 comments

Comments

@devops-fj
Copy link

No description provided.

@yudidi
Copy link

yudidi commented Jun 21, 2023

You can try this fork repo:
https://github.com/yudidi/supervisord#building-the-supervisord

go mod tidy
go build -tags release -o supervisord.exe

@devops-fj
Copy link
Author

您可以尝试这个 fork 存储库: https ://github.com/yudidi/supervisord#building-the-supervisord

go mod tidy
go build -tags release -o supervisord.exe

这个并不可以 访问9001 端口 是空的 但是我这边是有守护程序的 我用的是 winserver2019 是不是和系统有关系呢 @369

@devops-fj
Copy link
Author

@yudidi

@yudidi
Copy link

yudidi commented Jul 12, 2023

您可以尝试这个 fork 存储库: https ://github.com/yudidi/supervisord#building-the-supervisord

go mod tidy
go build -tags release -o supervisord.exe

这个并不可以 访问9001 端口 是空的 但是我这边是有守护程序的 我用的是 winserver2019 是不是和系统有关系呢 @369

在你的配置文件中增加这个配置,然后杀死sp并重启。

[inet_http_server]
port=0.0.0.0:9001

访问http://localhost:9001/, 你会看到

image

@reggiepy
Copy link

reggiepy commented Apr 2, 2024

You can try this fork repo: yudidi/supervisord#building-the-supervisord

go mod tidy
go build -tags release -o supervisord.exe

你好,能简单说下原来的包是哪里出了问题嘛,感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants