feat: set openim lint

Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
pull/1721/head
Xinwei Xiong(cubxxw) 2 years ago committed by Xinwei Xiong (cubxxw)
parent aff4d97145
commit f2e3457663

@ -52,6 +52,18 @@ Homebrew is an essential package manager for macOS. Install it using:
```sh
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

@ -53,4 +53,4 @@ fi
eval "cat << EOF
$(cat ${template_file})
EOF"
EOF"

@ -572,7 +572,6 @@ function openim::release::verify_prereqs(){
fi
fi
if [ -z "$(which ${TOOLS_DIR}/${COSTOOL} 2>/dev/null)" ]; then
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::build::verify_prereqs
openim::release::verify_prereqs
#openim::build::build_image
openim::build::build_command
openim::build::build_image
# openim::build::build_command
openim::release::package_tarballs
openim::release::updload_tarballs
git push origin ${VERSION}

Loading…
Cancel
Save