Commit c859fe228ccc7d9e83d89e3c2513ae3548d4425f
1 parent
06bbe3fe
更新文档
Showing
1 changed file
with
2 additions
and
1 deletions
doc/_content/introduction/deployment.md
| ... | ... | @@ -21,7 +21,8 @@ |
| 21 | 21 | 4. WVP-PRO与ZLM支持分开部署,但是wvp-pro-assist必须与zlm部署在同一台主机; |
| 22 | 22 | 5. 生产环境按需开放端口,但是建议修改默认端口,尤其是5060端口,易受到攻击; |
| 23 | 23 | 6. zlm使用docker部署的情况,要求端口映射一致,比如映射5060,应将外部端口也映射为5060端口; |
| 24 | -7. 启动服务,以linux为例 | |
| 24 | +7. zlm与wvp会保持高频率的通信,所以不要去将wvp与zlm分属在两个网络,比如wvp在内网,zlm却在公网的情况。 | |
| 25 | +8. 启动服务,以linux为例 | |
| 25 | 26 | **启动WVP-PRO** |
| 26 | 27 | ```shell |
| 27 | 28 | nohup java -jar wvp-pro-*.jar & | ... | ... |