安装离线地图-Bigemap

安装离线地图-Bigemap

本次运用环境:CentOS7 已有yum

一、安装依赖

yum check-update
yum install -y wget openssl python-pip unzip

curl -fsSL https://get.docker.com/ | sh

usermod -aG docker root

systemctl enable docker.service

systemctl start docker.service

pip install docker-compose

注:如遇到报错如下:ERROR: Cannot uninstall 'requests'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

使用:pip install --ignore-installed requests即可

安装离线地图-Bigemap_第1张图片

二、安装离线

1:下线

wget http://download.bigemap.com/bm-server/linux/bm-server-installer.zip

2:解

unzip bm-server-installer.zip

3:授予

chmod +x ./bm-server-installer

4:安提示安装

./bm-server-installer help

三、安装

1./bm-server-installer download bm-server-files/

2./bm-server-installer setup bm-server-files/ bm-server/

3./bm-server.sh start

四、访问

http://ip:3000

账户密码默认

 

 

你可能感兴趣的:(安装离线地图-Bigemap,linux操作)