mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-08 12:56:58 +08:00
fix: chat scripts config
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
parent
9afc4c809f
commit
508a5a3ca9
@ -487,10 +487,14 @@ release:
|
|||||||
|
|
||||||
## Helping out
|
## Helping out
|
||||||
|
|
||||||
We release logs are recorded on [✨ CHANGELOG](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CHANGELOG/CHANGELOG.md)
|
We release logs are recorded on [✨ CHANGELOG](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CHANGELOG/CHANGELOG.md)--config_folder_path
|
||||||
|
|
||||||
|
For information on versions of OpenIM and how to maintain branches, read [📚this article](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md)
|
||||||
|
|
||||||
This release is only possible thanks to **all** the support of some **awesome people**!
|
This release is only possible thanks to **all** the support of some **awesome people**!
|
||||||
|
|
||||||
|
https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md
|
||||||
|
|
||||||
**Want to be one of them 😘?**
|
**Want to be one of them 😘?**
|
||||||
|
|
||||||
Contributions to this project are welcome! Please see [CONTRIBUTING.md](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CONTRIBUTING.md) for details.
|
Contributions to this project are welcome! Please see [CONTRIBUTING.md](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/CONTRIBUTING.md) for details.
|
||||||
|
|||||||
@ -131,11 +131,11 @@ go.build.%:
|
|||||||
$(BIN_DIR)/platforms/$(OS)/$(ARCH)/$(COMMAND)$(GO_OUT_EXT) $(ROOT_DIR)/cmd/$(COMMAND)/main.go; \
|
$(BIN_DIR)/platforms/$(OS)/$(ARCH)/$(COMMAND)$(GO_OUT_EXT) $(ROOT_DIR)/cmd/$(COMMAND)/main.go; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ## go.install: Install deployment openim
|
## go.install: Install deployment openim
|
||||||
# .PHONY: go.install
|
.PHONY: go.install
|
||||||
# go.install:
|
go.install:
|
||||||
# @echo "===========> Installing deployment openim"
|
@echo "===========> Installing deployment openim"
|
||||||
# @$(ROOT_DIR)/scripts/install_im_server.sh
|
@$(ROOT_DIR)/scripts/install_im_server.sh
|
||||||
|
|
||||||
## go.check: Check OpenIM deployment
|
## go.check: Check OpenIM deployment
|
||||||
.PHONY: go.check
|
.PHONY: go.check
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user