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

是否不适用于mac m1系统? #74

Open
XiaoYao-0 opened this issue Nov 10, 2021 · 3 comments
Open

是否不适用于mac m1系统? #74

XiaoYao-0 opened this issue Nov 10, 2021 · 3 comments

Comments

@XiaoYao-0
Copy link

XiaoYao-0 commented Nov 10, 2021

按照步骤用docker启动,core未能正常运行,web ui操作无反应,core容器中报Java运行环境出错。
另外,server.sh中,ipconfig getifaddr en0语句并不能获取本地host,修改为localhost or 127.0.0.1仍不可运行。

@XiaoYao-0 XiaoYao-0 changed the title 是否不适用于mac 嘛 是否不适用于mac m1系统? Nov 10, 2021
@gy2006
Copy link
Contributor

gy2006 commented Nov 10, 2021

目前还没有在 mac m1 下测试过。。可以看下 core 中是什么错误嘛?

@XiaoYao-0
Copy link
Author

emmmm,之前比较忙没注意到回复,今天尝试复现了一下,这次没有遇到任何报错

terminal中显示正常:
`xiaoyao@XiaoYaodeMini flow-docker % ./server.sh start
[WARN]: Host ip not defined, using ip

[INFO] Server URL: http://:8080

🍺 HOW TO:
👉 Open Web UI: http://http://:2015
👉 Start Agent: ./agent.sh -u http://:8080 -t your_agent_token start

Recreating flowci-web ... done
Starting flowci-zk ... done
Starting flowci-db ... done
Starting flowci-rabbitmq ... done
Starting flowci-minio ... done
Recreating flowci-core ... done`

docker中各容器日志均正常,但是打开UI界面,登录之后就无法操作,创建工作流按钮点击无效

@gy2006
Copy link
Contributor

gy2006 commented Jan 7, 2022

从日志上看应该是默认的 ./server.sh start 命令没找到 IP 地址,所以日志里显示的都是 http://:8080, http://http://:2015 这些。

可以用 -h ip 来定义 IP 地址
./server.sh -h your_ip start

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

2 participants