安装离线地图-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

安装离线地图-Bigemap

安装离线地图-Bigemap

二、安装离线

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

账户密码默认

 

 

相关文章:

  • 2021-09-15
  • 2021-11-05
  • 2021-11-14
  • 2021-09-20
  • 2021-08-04
  • 2022-01-10
  • 2021-10-11
  • 2021-05-05
猜你喜欢
  • 2021-10-12
  • 2021-04-04
  • 2021-05-13
  • 2022-01-13
  • 2021-10-10
  • 2021-12-23
  • 2021-09-15
相关资源
相似解决方案