diff --git a/本机环境/开发环境.md b/本机环境/开发环境.md index 913e6f4..5231e2b 100644 --- a/本机环境/开发环境.md +++ b/本机环境/开发环境.md @@ -173,3 +173,19 @@ $ docker-compose --profile all up -d cd E:\code\opensource\dify\docker docker compose up -d ``` + ++ mac flink +安装 +```shell +brew install apache-flink +``` +查看版本 +```shell +flink --version +``` +启动集群standalone +```shell +cd /opt/homebrew/Cellar/apache-flink/1.20.1/libexec/bin && ./start-cluster.sh +``` +web UI +http://localhost:8081/#/overview \ No newline at end of file