Linux 安装 postgis
Posted 赨铜
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 安装 postgis相关的知识,希望对你有一定的参考价值。
本篇文章参考自:https://blog.csdn.net/zcc0618/article/details/79670329
由于今天部署时,安装 postgis 的版本与 postgresql 版本不匹配,导致 odoo 一直不能安装带有GIS地图的模块,所以写了这篇文章进行记录。
如果不知道 postgresql 与 postgis 对应的版本,可进入:http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS 查看
--前提
已经安装了postgresql
--检查可用的安装包
yum list post*
--根据 postgresql 的版本安装对应的 postgis 版本
#安装postgis
#postgresql-9.6 版本,可以安装 postgis30_96.x86_64
yum install postgis30_96.x86_64
--如果安装报错,需安装EPEL的repository 之后在进行安装
yum install https://mirrors.aliyun.com/epel/epel-release-latest-7.noarch.rpm
--安装pgRouting 路径分析(功能使用可参考http://blog.csdn.net/u014529917/article/details/72866436)
yum install pgrouting_96
以上是关于Linux 安装 postgis的主要内容,如果未能解决你的问题,请参考以下文章