Skip to content

Commit

Permalink
docs: update readme docs (#1304)
Browse files Browse the repository at this point in the history
* docs: update readme docs

* Update Makefile

* Update README.md
  • Loading branch information
cubxxw committed Oct 30, 2023
1 parent a4b28c9 commit cc1f773
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ start:
stop:
@$(MAKE) go.stop

## restart: Restart openim ✨
## restart: Restart openim (make init configuration file is initialized)
.PHONY: restart
restart: clean stop build init start check

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ It's crafted in Golang and supports cross-platform deployment, ensuring a cohere
+ **REST API**: OpenIMServer provides REST API for business systems, aiming to empower your operations with additional functionalities like group creation and message push via backend interfaces.
+ **Callbacks**: To expand its utility across varied business forms, OpenIMServer offers callback capabilities. That is, it sends a request to the business server before or after an event occurs, such as sending a message, enriching the interaction and data exchange flow in the communication processes.

👉 **[Learn More](https://doc.rentsoft.cn/guides/introduction/product)**
👉 **[Learn More](https://docs.openim.io/guides/introduction/product)**

<!--
Expand Down Expand Up @@ -179,8 +179,9 @@ Read: Configuration center document:https://github.com/openimsdk/open-im-serve
</details>
-->

+ **[Source Code Deployment Guide](https://doc.rentsoft.cn/guides/gettingStarted/imSourceCodeDeployment)**
+ **[Docker Deployment Guide](https://doc.rentsoft.cn/guides/gettingStarted/dockerCompose)**
+ **[Source Code Deployment Guide](https://docs.openim.io/guides/gettingStarted/imSourceCodeDeployment)**
+ **[Production deployment of Linux systems](https://github.com/openimsdk/open-im-server/blob/main/docs/contrib/install-openim-linux-system.md)**
+ **[Docker Deployment Guide](https://docs.openim.io/guides/gettingStarted/dockerCompose)**
+ **[Kubernetes Deployment Guide](https://github.com/openimsdk/open-im-server/tree/main/deployments)**

<!--
Expand Down

0 comments on commit cc1f773

Please sign in to comment.