Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed Jan 3, 2024
1 parent 3490995 commit b02450e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/gettingStarted/imSourceCodeDeployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b02450e

Please sign in to comment.