|
|
|
@ -185,12 +185,9 @@ make start
|
|
|
|
|
To check, ensure the following four processes start successfully:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
➜ chat git:(main) ✗ ps -ef | grep chat
|
|
|
|
|
# [Output showing four running chat processes]
|
|
|
|
|
make check
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Access the web interface: http://ip:11001
|
|
|
|
|
|
|
|
|
|
### Docker Deployment
|
|
|
|
|
|
|
|
|
|
Refer to https://github.com/openimsdk/openim-docker for Docker deployment instructions, which can be followed similarly on Linux.
|
|
|
|
|