mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +08:00
feat: set openim lint
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
aff4d97145
commit
f2e3457663
@ -52,6 +52,18 @@ Homebrew is an essential package manager for macOS. Install it using:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/<your-username>/open-im-server.git
|
git clone https://github.com/<your-username>/open-im-server.git
|
||||||
|
# The Docker bridging network mode for Mac is slightly different and needs to be set:
|
||||||
|
export DOCKER_BRIDGE_SUBNET=127.0.0.0/16
|
||||||
|
# Set OpenIM IP
|
||||||
|
export OPENIM_IP=<your-ip>
|
||||||
|
# Init Config
|
||||||
|
make init
|
||||||
|
|
||||||
|
# Start Components
|
||||||
|
docker compose up -d
|
||||||
|
|
||||||
|
# Start OpenIM Server
|
||||||
|
make start
|
||||||
```
|
```
|
||||||
|
|
||||||
### Setting Up the Devcontainer
|
### Setting Up the Devcontainer
|
||||||
|
|||||||
@ -572,7 +572,6 @@ function openim::release::verify_prereqs(){
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ -z "$(which ${TOOLS_DIR}/${COSTOOL} 2>/dev/null)" ]; then
|
if [ -z "$(which ${TOOLS_DIR}/${COSTOOL} 2>/dev/null)" ]; then
|
||||||
openim::log::info "${COSTOOL} tool not installed, try to install it."
|
openim::log::info "${COSTOOL} tool not installed, try to install it."
|
||||||
|
|
||||||
|
|||||||
@ -30,8 +30,8 @@ OPENIM_RELEASE_RUN_TESTS=${OPENIM_RELEASE_RUN_TESTS-y}
|
|||||||
openim::golang::setup_env
|
openim::golang::setup_env
|
||||||
openim::build::verify_prereqs
|
openim::build::verify_prereqs
|
||||||
openim::release::verify_prereqs
|
openim::release::verify_prereqs
|
||||||
#openim::build::build_image
|
openim::build::build_image
|
||||||
openim::build::build_command
|
# openim::build::build_command
|
||||||
openim::release::package_tarballs
|
openim::release::package_tarballs
|
||||||
openim::release::updload_tarballs
|
openim::release::updload_tarballs
|
||||||
git push origin ${VERSION}
|
git push origin ${VERSION}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user