本篇文章參考自:https://blog.csdn.net/zcc0618/article/details/79670329sql
因爲今天部署時,安裝 postgis 的版本與 postgresql 版本不匹配,致使 odoo 一直不能安裝帶有GIS地圖的模塊,因此寫了這篇文章進行記錄。post
若是不知道 postgresql 與 postgis 對應的版本,可進入:http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS 查看spa
--前提.net
已經安裝了postgresqlpostgresql
--檢查可用的安裝包code
yum list post*
--根據 postgresql 的版本安裝對應的 postgis 版本blog
#安裝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)it
yum install pgrouting_96