fix: rename open_im to openim

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-07-05 15:26:07 +08:00
parent 98fe83b62d
commit fe16385c9b
36 changed files with 95 additions and 117 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_api
NAME=openim_api
BIN_DIR=../../bin/
OS:= $(or $(os),linux)
+2 -2
View File
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_api ./
COPY ./openim_api ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_api","--port", "10002"]
CMD ["./openim_api","--port", "10002"]
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_cmd_utils
NAME=openim_cmd_utils
BIN_DIR=../../bin/
OS:= $(or $(os),linux)
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_cron_task
NAME=openim_cron_task
BIN_DIR=../../bin/
OS:= $(or $(os),linux)
+2 -2
View File
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_cron_task ./
COPY ./openim_cron_task ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_cron_task"]
CMD ["./openim_cron_task"]
+1 -2
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_msg_gateway
NAME=openim_msg_gateway
BIN_DIR=../../bin/
OS:= $(or $(os),linux)
@@ -32,4 +32,3 @@ install:build
clean:
@if [ -f ${BINARY_NAME} ] ; then rm ${BINARY_NAME} ; fi
+2 -2
View File
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_msg_gateway ./
COPY ./openim_msg_gateway ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_msg_gateway","--port", "10140" "--ws_port", "10001" "--prometheus_port", "20240"]
CMD ["./openim_msg_gateway","--port", "10140" "--ws_port", "10001" "--prometheus_port", "20240"]
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_msg_transfer
NAME=openim_msg_transfer
BIN_DIR=../../bin/
OS:= $(or $(os),linux)
+2 -2
View File
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_msg_transfer ./
COPY ./openim_msg_transfer ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_msg_transfer","--prometheus_port", "21400"]
CMD ["./openim_msg_transfer","--prometheus_port", "21400"]
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_push
NAME=openim_push
BIN_DIR=../../bin/
OS:= $(or $(os),linux)
+2 -2
View File
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_push ./
COPY ./openim_push ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_push", "--port", "10170", "--prometheus_port", "20170"]
CMD ["./openim_push", "--port", "10170", "--prometheus_port", "20170"]
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_auth
NAME=openim_auth
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_auth ./
COPY ./openim_auth ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_auth", "--port", "10160"]
CMD ["./openim_auth", "--port", "10160"]
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_conversation
NAME=openim_conversation
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_conversation ./
COPY ./openim_conversation ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_conversation", "--port", "10230", "--prometheus_port","20230"]
CMD ["./openim_conversation", "--port", "10230", "--prometheus_port","20230"]
+1 -3
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_friend
NAME=openim_friend
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
@@ -32,5 +32,3 @@ install:build
clean:
@if [ -f ${BINARY_NAME} ] ; then rm ${BINARY_NAME} ; fi
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_friend ./
COPY ./openim_friend ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_friend", "--port", "10120", "--prometheus_port","20120"]
CMD ["./openim_friend", "--port", "10120", "--prometheus_port","20120"]
+1 -6
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_group
NAME=openim_group
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
@@ -32,8 +32,3 @@ install:build
clean:
@if [ -f ${BINARY_NAME} ] ; then rm ${BINARY_NAME} ; fi
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_group ./
COPY ./openim_group ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_group", "--port", "10150", "--prometheus_port","20150"]
CMD ["./openim_group", "--port", "10150", "--prometheus_port","20150"]
+1 -3
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_msg
NAME=openim_msg
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
@@ -32,5 +32,3 @@ install:build
clean:
@if [ -f ${BINARY_NAME} ] ; then rm ${BINARY_NAME} ; fi
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_msg ./
COPY ./openim_msg ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_msg", "--port", "10130", "--prometheus_port","20130"]
CMD ["./openim_msg", "--port", "10130", "--prometheus_port","20130"]
+1 -6
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_third
NAME=openim_third
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
@@ -32,8 +32,3 @@ install:build
clean:
@if [ -f ${BINARY_NAME} ] ; then rm ${BINARY_NAME} ; fi
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_third ./
COPY ./openim_third ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_third", "--port", "10200"]
CMD ["./openim_third", "--port", "10200"]
+1 -6
View File
@@ -1,6 +1,6 @@
.PHONY: all build run gotool install clean help
NAME=open_im_user
NAME=openim_user
BIN_DIR=../../../bin/
OS:= $(or $(os),linux)
@@ -32,8 +32,3 @@ install:build
clean:
@if [ -f ${BINARY_NAME} ] ; then rm ${BINARY_NAME} ; fi
@@ -25,8 +25,8 @@ RUN apt-get install -y vim curl tzdata gawk
RUN ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
COPY ./open_im_user ./
COPY ./openim_user ./
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config"]
CMD ["./open_im_user", "--port", "10110"]
CMD ["./openim_user", "--port", "10110"]