feat: Updated docs/contrib/mac-developer-deploymen

This commit is contained in:
sweep-ai[bot]
2024-01-22 10:17:36 +00:00
committed by GitHub
parent 5fb8598d07
commit 20325610b2

View File

@@ -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/<your-username>/open-im-server.git
# Set Docker bridging network mode for Mac
export DOCKER_BRIDGE_SUBNET=127.0.0.0/16
export OPENIM_IP=<your-ip>
make init
docker compose up -d
make start
git clone https://github.com/<your-username>/open-im-server.git
# Set Docker bridging network mode for Mac