mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
feat: add openim log (#679)
* feat: add openim log Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * feat: add openim install scripts Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * fix: config env command Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> * fix: config env command Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --------- Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
@@ -51,6 +51,12 @@ copyright.add: tools.verify.addlicense
|
||||
# -y string
|
||||
# copyright year(s) (default "2023")
|
||||
|
||||
## copyright.advertise: Advertise the license of the project
|
||||
.PHONY: copyright.advertise
|
||||
copyright.advertise:
|
||||
@chmod +x $(ROOT_DIR)/scripts/advertise.sh
|
||||
@$(ROOT_DIR)/scripts/advertise.sh
|
||||
|
||||
## copyright.help: Show copyright help
|
||||
.PHONY: copyright.help
|
||||
copyright.help: scripts/make-rules/copyright.mk
|
||||
|
||||
@@ -137,6 +137,12 @@ go.install:
|
||||
@echo "===========> Installing deployment openim"
|
||||
@$(ROOT_DIR)/scripts/install_im_server.sh
|
||||
|
||||
## go.check: Check OpenIM deployment
|
||||
.PHONY: go.check
|
||||
go.check:
|
||||
@echo "===========> Checking OpenIM deployment"
|
||||
@$(ROOT_DIR)/scripts/check_all.sh
|
||||
|
||||
## go.multiarch: Build multi-arch binaries
|
||||
.PHONY: go.build.multiarch
|
||||
go.build.multiarch: go.build.verify $(foreach p,$(PLATFORMS),$(addprefix go.build., $(addprefix $(p)., $(BINS))))
|
||||
|
||||
Reference in New Issue
Block a user