修改日期 | 修改人 | 备注 |
2020-07-29 11:41:40[当前版本] | 魏漫漫 | 格式调整 |
2020-07-29 11:40:20 | 魏漫漫 | 创建版本 |
最近在部署XX人防系统,需要安装地图路线,顺便整理了一下安装操作流程供大家参考:
注:安装需要的文件可在187服务器上查找,以下文件的路径均来自187服务器
右击babun-1.2.0下install.bat,以管理员的方式运行。
目录地址:C:\系统部署\MapGPS\babun-1.2.0下install.bat.
如果服务器没有安装java环境,则需首先安装。
右击jdk-8u121-windows-x64.exe,以管理员的方式运行;
文件地址:C:\环境部署\jdk-8u121-windows-x64 下jdk-8u121-windows-x64.exe
参考网址:https://www.cnblogs.com/zhanghongxian666/p/11149104.html
修改服务器地址;注,刚开始修改为外网地址,提示不能绑定,后来cmd命令查询服务器内网地址,调整为内网后正常。
文件目录:C:\系统部署\MapGPS\graphhopper-master 下config-example.yml
下
server:
applicationConnectors:
- type: http
port: 8989
# for security reasons bind to localhost
bindHost: 10.206.16.15
requestLog:
appenders: []
adminConnectors:
- type: http
port: 8990
bindHost: 10.206.16.15
cd C:\系统部署\MapGPS\graphhopper-master