@ -82,7 +82,7 @@ By deployment of the Open-IM-Server on the customer's server, developers can int
4. Check service
4. Check service
```
```
cd script;
cd scripts;
./docker_check_service.sh./check_all.sh
./docker_check_service.sh./check_all.sh
```
```
@ -102,7 +102,7 @@ git checkout main
1. Set executable permissions
1. Set executable permissions
```shell
```shell
cd ../../script/
cd ../../scripts/
chmod +x *.sh
chmod +x *.sh
```
```
@ -142,18 +142,18 @@ all services build success
- multiloginpolicy&&tokenpolicy
- multiloginpolicy&&tokenpolicy
- Open-IM supports multi-terminal login. Currently, there are three multi-terminal login policies. The PC terminal and the mobile terminal are online at the same time by default. When multiple policies are configured to be true, the first policy with true is used by default, and the token policy is the generated token policy. , The developer can customize the expiration time of the token
- Open-IM supports multi-terminal login. Currently, there are three multi-terminal login policies. The PC terminal and the mobile terminal are online at the same time by default. When multiple policies are configured to be true, the first policy with true is used by default, and the token policy is the generated token policy. , The developer can customize the expiration time of the token
### SCRIPT DESCRIPTION
### scripts DESCRIPTION
> Open-IM script provides service compilation, start, and stop script. There are four Open-IM script start modules, one is the http+rpc service start module, the second is the websocket service start module, then the msg_transfer module, and the last is the push module
> Open-IM scripts provides service compilation, start, and stop scripts. There are four Open-IM scripts start modules, one is the http+rpc service start module, the second is the websocket service start module, then the msg_transfer module, and the last is the push module
- path_info.cfg&&style_info.cfg&&functions.sh
- path_info.cfg&&style_info.cfg&&functions.sh
- Contains the path information of each module, including the path where the source code is located, the name of the service startup, the shell print font style, and some functions for processing shell strings
- Contains the path information of each module, including the path where the source code is located, the name of the service startup, the shell print font style, and some functions for processing shell strings
- build_all_service.sh
- build_all_service.sh
- Compile the module, compile all the source code of Open-IM into a binary file and put it into the bin directory
- Compile the module, compile all the source code of Open-IM into a binary file and put it into the bin directory