diff --git a/docs/guides/gettingStarted/imSourceCodeDeployment.mdx b/docs/guides/gettingStarted/imSourceCodeDeployment.mdx index 4849aa7f30..48984f4255 100644 --- a/docs/guides/gettingStarted/imSourceCodeDeployment.mdx +++ b/docs/guides/gettingStarted/imSourceCodeDeployment.mdx @@ -28,6 +28,7 @@ export OPENIM_IP="内网IP" ### 2.2 🏗️ 部署组件 (mongodb/redis/zookeeper/kafka/MinIO等) ``` +# 建议切换到release-v3.5及以后的release分支 git clone https://github.com/OpenIMSDK/open-im-server && cd open-im-server && make init && docker compose up -d ``` @@ -58,7 +59,7 @@ make check ``` #返回上一级目录 cd .. -# clone仓库 +# clone仓库 建议切换到release-v1.5及以后的release分支 git clone https://github.com/OpenIMSDK/chat chat && cd chat # 部署mysql docker run -d --name mysql2 -p 13306:3306 -p 33306:33060 -v "$(pwd)/components/mysql/data:/var/lib/mysql" -v "/etc/localtime:/etc/localtime" -e MYSQL_ROOT_PASSWORD="openIM123" --restart always mysql:5.7