From 20325610b266d0ca8063410bbf819671dcbbbc28 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:17:36 +0000 Subject: [PATCH] feat: Updated docs/contrib/mac-developer-deploymen --- docs/contrib/mac-developer-deployment-guide.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/contrib/mac-developer-deployment-guide.md b/docs/contrib/mac-developer-deployment-guide.md index abb6303a1..b4ec1e47e 100644 --- a/docs/contrib/mac-developer-deployment-guide.md +++ b/docs/contrib/mac-developer-deployment-guide.md @@ -45,7 +45,7 @@ Homebrew is an essential package manager for macOS. Install it using: git config --global user.email "your.email@example.com" ``` -<<<<<<< HEAD + HEAD ======= ### Forking and Cloning the Repository @@ -57,7 +57,14 @@ To optimize and add logic to your instructions, particularly regarding deploying Open your terminal and execute the following commands: ```sh - # Clone the repository + git clone https://github.com//open-im-server.git + + # Set Docker bridging network mode for Mac + export DOCKER_BRIDGE_SUBNET=127.0.0.0/16 + export OPENIM_IP= + make init + docker compose up -d + make start git clone https://github.com//open-im-server.git # Set Docker bridging network mode for Mac