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_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"]