mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Update README.md (#796)
This commit is contained in:
parent
863e925b30
commit
4e9179f309
@ -46,7 +46,7 @@ It's important to note that Open-IM-Server isn't a standalone product, and it do
|
|||||||
| multiple message | Efficient meetings |
|
| multiple message | Efficient meetings |
|
||||||
| :------------------------: | :--------------------------------: |
|
| :------------------------: | :--------------------------------: |
|
||||||
|  |  |
|
|  |  |
|
||||||
| One-to-one and group chats | Special features - Custom messages |
|
| **One-to-one and group chats** | **Special features - Custom messages** |
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -95,7 +95,7 @@ It's important to note that Open-IM-Server isn't a standalone product, and it do
|
|||||||
|
|
||||||
9. **The ultimate deployment experience 🤖**
|
9. **The ultimate deployment experience 🤖**
|
||||||
|
|
||||||
✅ Supports cluster deployment
|
✅ Supports [cluster deployment](https://github.com/OpenIMSDK/Open-IM-Server/edit/main/deployments/README.md)
|
||||||
|
|
||||||
✅ Supports multi-architecture mirroring, our Docker images are hosted not only on GitHub but also on Alibaba Cloud and Docker Hub supporting multiple architectures. Visit [our GitHub packages](https://github.com/orgs/OpenIMSDK/packages?repo_name=Open-IM-Server) and read our [version management document](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md) for more information.
|
✅ Supports multi-architecture mirroring, our Docker images are hosted not only on GitHub but also on Alibaba Cloud and Docker Hub supporting multiple architectures. Visit [our GitHub packages](https://github.com/orgs/OpenIMSDK/packages?repo_name=Open-IM-Server) and read our [version management document](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md) for more information.
|
||||||
|
|
||||||
@ -118,10 +118,9 @@ git clone -b $BRANCH https://github.com/OpenIMSDK/Open-IM-Server openim && expor
|
|||||||
```
|
```
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
>
|
|
||||||
> Read our release policy: https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md
|
> Read our release policy: https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md
|
||||||
|
|
||||||
2. Modify .env
|
2. Modify `.env`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
USER=root #no need to modify
|
USER=root #no need to modify
|
||||||
@ -136,7 +135,7 @@ DATA_DIR=./ #designate large disk directory
|
|||||||
> **Note**
|
> **Note**
|
||||||
> This command can only be executed once. It will modify the component passwords in docker-compose based on the `PASSWORD` variable in `.env`, and modify the component passwords in `config/config.yaml`. If the password in `.env` changes, you need to first execute `docker-compose down`; `rm components -rf` and then execute this command.
|
> This command can only be executed once. It will modify the component passwords in docker-compose based on the `PASSWORD` variable in `.env`, and modify the component passwords in `config/config.yaml`. If the password in `.env` changes, you need to first execute `docker-compose down`; `rm components -rf` and then execute this command.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user