For location based service, I try to use postgresql with postgis. You can download postgis from here. http://postgis.net/source It is recommended that you need to download and compile yourself since there are many packages dependencies need to be don…
网上出现的比较多安装方法要么是源码安装,要么是yum安装,我发觉都要配置很多属性,比较麻烦,所以现在我在centos7长用 run文件来安装 http://get.enterprisedb.com/postgresql/postgresql-9.5.1-1-linux-x64.run 这里的安装shell整理的很零乱,后面会整理一个完整版本的出来 wget https://pgbouncer.github.io/downloads/files/1.7.2/pgbouncer-1.7.2.tar.…
1.postgressql+postgis安装 由于我已经安装了,因此没法进行截图,给出下载地址 下载地址:https://www.postgresql.org/ 记得一定要下载edu的版本 因为这个版本会自动的安装postGIS插件 ,在postgressql安装完后,最后一个界面的checkbox框勾选后就可以进行postGIS插件的安装了,我当前安装的是10.6版本 1.1 打开pgadmin4 进行界面汉化 打开是一个英文的管理界面  如下 这个是可以汉化的 按照下面步骤来进行汉化 点击…
本系列分为两篇: 1.[转]windows和linux中搭建python集成开发环境IDE 2.[转]linux和windows下安装python集成开发环境及其python包 3.windows和linux中搭建python集成开发环境IDE——如何设置多个python环境 http://blog.csdn.net/pipisorry/article/details/39854707 使用的系统及软件Ubuntu / windowsPython 2.7 / python 3Pycharm 2.…
一.环境 VM虚拟机 NAME="Ubuntu" VERSION="12.04.4 LTS, Precise Pangolin" 二.过程  1.安装make # apt-get install make # make --version GNU Make 3.81 Copyright (C) Free Software Foundation, Inc. This is free software; see the source for copying condit…
MANIFEST.INF!JAR规范中 META-INF 目录中内容心得.顺带整理了网上资料,提供地址 标签: jarjava产品sunantapache 2012-03-31 17:09 2768人阅读 评论(3) 收藏 举报  分类: Java(14)  配置心得(6)  版权声明:本文为博主原创文章,未经博主允许不得转载. Java 产品打包成 JAR 文件,其中会在 META-INF 目录下边存在声明文件 MANIFEST.MF .此文件内容为 KEY: VALUE ,这样的一行行内容.…
作者:陈伟明联系 :  QQ 942923305 | 微信 toby942923305E-mail: toby2chen@hotmail.com==================================服务器操作系统: Ubuntu trusty14.04 建议生产采用 Ubuntu系统,官方开发时采用这个系统==================================修订时间:21:10 2016-06-09 星期四  调整附件数据目录 13:18 2016-01-15 星期…
安装参考:http://www.postgresql.org/download/linux/ubuntu/ y@y:~$ sudo apt-get install postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3 postgresql-server-dev-9.3 pgadmin3 * Starting PostgreSQL 9.3 database server [ OK ] 正在设置 postgresql-contrib-…
http://blog.csdn.net/pipisorry/article/details/39854707 使用的系统及软件 Ubuntu / windows Python 2.7 / python 3 Pycharm 2.6.3 Openjdk Django 1.4.2 Postgresql 9.1 Virtualenv Virtualenvwrapper {開始之前,能够给系统做一下备份. 如误安装了Postgresql,出现了大问题就不得不把系统给重装了} 安装python 安装pyt…
        目录:            第1版:http://blog.csdn.net/vipbooks/article/details/51912143            第2版:http://blog.csdn.net/vipbooks/article/details/51912537            第3版:http://blog.csdn.net/vipbooks/article/details/51912750            第4版:http://blog.c…
1.  安装PostgreSQL. 2.  安装PostGis(安装目录为PostgreSQL目录). 3.  安装osm2pgsql. osm2pgsql下载地址:http://customdebug.com/osm/osm2pgsql.zip default.style文件:https://github.com/openstreetmap/osm2pgsql/blob/master/default.style default.style文件放到osm2pgsql\x64目录下 4.  下载O…
1.1 Odoo的结构 Odoo使用Web浏览器来访问Odoo服务,因此你的Odoo服务器可以部署在较远的地方(如另外一个城市),用户的计算机上只需安装谷歌.火狐或 IE9 以上的浏览器,所以Web客户端不需要特别的维护. 一个 Odoo 系统由两个主要的组件组成: 1)数据库服务器PostgreSQL,它包含了所有的数据库,每个数据库都包含了部分Odoo系统设置和全部客户数据. 2)Odoo应用服务,Odoo应用服务包含了所有的企业逻辑并保证Odoo的最优性能 数据库服务和 Odoo 服务可被…
https://www.postgresql.org/download/linux/ubuntu/ 1 check Xenial16.04 2  创建文件  /etc/apt/sources.list.d/pgdg.list 添加 deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main 3 添加key wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8…
Created by 蓝色布鲁斯,QQ32876341,blog http://www.cnblogs.com/zzyan/ iDempiere官方中文wiki主页 http://wiki.idempiere.org/zhiDempiere 中文社区www.idempiere.org.cniDempiere 中文社区QQ群 65713012 Ubuntu的安装参考官方文档http://wiki.idempiere.org/en/Installation_on_DebianOSSSME.org参考…
1 总体规划 操作系统 CentOS Linux release 7.5.1804 处理器 1 内存 4G 硬盘 38G 主机名称 chenzx IP地址 192.168.56.8 1.1 用户组和用户规划 PostgreSQL数据库建议运行在特定的用户与用户组下.对于同一主机安装不同PostgreSQL数据库的场景,建议使用不同的用户管理不同的数据库. 用户ID 用户名称 用户组ID 用户组名称 备注 1002 postgres 1002 postgres 数据库操作系统用户 表-用户组规划…
Apache Spark 2.2.0 中文文档 - 快速入门 | ApacheCN Geekhoo 关注 2017.09.20 13:55* 字数 2062 阅读 13评论 0喜欢 1 快速入门 使用 Spark Shell 进行交互式分析 基础 Dataset 上的更多操作 缓存 独立的应用 快速跳转 本教程提供了如何使用 Spark 的快速入门介绍.首先通过运行 Spark 交互式的 shell(在 Python 或 Scala 中)来介绍 API, 然后展示如何使用 Java , Scal…
python拓展包安装 直接安装拓展包默认路径: Unix(Linux)默认路径:/usr/local/lib/pythonX.Y/site-packagesWindows默认路径:C:\PythonXY\Lib\site-packages 测试和升级python拓展安装包pip 查看pip安装时对应的Python版本 which pip /d/python3.4.2/Scripts/pip 更新pip: python -m pip install --upgrade pip 测试python拓…
近日需要将PostgreSQL数据库从Windows中迁移到Linux中,Linux CentOS 7 安装PostgreSQL 9.5.17 安装过程 特此记录. 安装环境: 数据库:PostgreSQL 9.5.17 Linux:CentOS 7.3 数据库源文件下载: 在postgresql的官方即可找到源码文件目录(地址:https://www.postgresql.org/ftp/source/),在列表中找到需要下载的 9.5.17版本 进入目录,看到文件列表,选择.tar.gz格式…
Compiling on Unix Compiling on Win32 PHP MapScript Installation .NET MapScript Compilation IIS Setup for MapServer Oracle Installation V8 MapScript Support 1. Compiling on Unix – Introduction– Obtaining the necessary software– Anti-Grain Geometry Sup…
Linux ubuntu 环境 1.建个python虚环境 也可用其他替代 virtualenv env 2.找个稳定版本下载 wget https://nightly.odoo.com/8.0/nightly/src/....... 3.进行解压操作 tar xzvf xxx(下载的包) 4.进行安装依赖(有些依赖版本可能没有,先注释掉,后面自己装,比较花时间) p.p1 { margin: 0; font: 12px "Andale Mono"; color: rgba(40, 2…
系列链接: Java web与web gis学习笔记(一)--Tomcat环境搭建 Java web与web gis学习笔记(二)--百度地图API调用 JavaWeb和WebGIS学习笔记(三)--GeoServer 发布shp数据地图 前言:GeoServer 是 OpenGIS Web 服务器规范的 J2EE 实现,利用 GeoServer 可以方便的发布地图数据,允许用户对特征数据进行更新.删除.插入操作,通过 GeoServer 可以比较容易的在用户之间迅速共享空间地理信息.因此运行G…
1.软件下载 postgresql-9.6.1-1-windows-x64-binaries.zip https://www.postgresql.org/download/windows/ postgis-bundle-pg96-2.3.1x64.zip http://download.osgeo.org/postgis/windows/pg96/ 2. 将postgresql.zip解压 解压postgresql-9.6.1-1-windows-x64-binaries.zip到你想要的安装…
笔者开发环境: windows 7 x86_64 一开始安装的是官网最新版 PostgreSQL 9.6 ,安装成功 之后安装PostGIS Bundle 2.2 for PostgreSQL x64 9.6 失败 : ( 之后换 PostgreSQL 9.4  http://get.enterprisedb.com/postgresql/postgresql-9.4.10-1-windows-x64.exe 换  PostGIS Bundle 2.2 for PostgreSQL x64 9.…
版本信息 ubuntu    14.04.1LTS postgresql   9.3.5 postgis       2.1.2 今天尝试着安装了postgis 2.1.2,(较简便的包安装,不是源码安装)把步骤写出来分享给大家 1.安装postgresql 首先用  apt-cachesearch postgresql 查找最新的软件包,结果如下 postgresql-9.3 - object-relational SQLdatabase, version 9.3 server postgre…
安装Postgresql 9.4 yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm yum install postgresql94-server postgresql94-contrib service postgresql-9.4 initdb chkconfig postgresql-9.4 on 安装Postgis yum install postgi…
1. 安装postgis sudo apt-add-repository ppa:sharpie/for-science # To get GEOS 3.3.2 sudo apt-add-repository ppa:sharpie/postgis-nightly sudo apt-get update sudo apt-get install postgresql-9.1-postgis 2. 创建数据库模版 sudo su postgres createdb postgis_template…
检查PostGIS.PostgreSQL.GEOS.GDAL.PROJ等各软件的版本依赖关系 http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS 1. 创建postgres用户和组 # groupadd -g dba # useradd -u -g dba -G root -d /usr/local/pgsql postgres 2. 添加postgres用户环境变量 $ cat ~/.bash_profile # .bas…
卸载老版本sudo dpkg --purge postgis postgresql-9.3-postgis1.安装postgresql sudo apt-cache search postgresql //查找最新的postgresql包 sudo apt-get install postgresql包名 //选择包名进行安装2.安装postgis  sudo apt-cache search postgis  sudo apt-get install postgis 3.修改密码 sudo …
PostGIS安装 1.软件下载 postgresql-9.6.1-1-windows-x64-binaries.zip https://www.postgresql.org/download/windows/ postgis-bundle-pg96-2.3.1x64.zip http://download.osgeo.org/postgis/windows/pg96/ 2. 将postgresql.zip解压 解压postgresql-9.6.1-1-windows-x64-binaries.…
PostGIS安装 1.软件下载 postgresql-9.6.1-1-windows-x64-binaries.zip https://www.postgresql.org/download/windows/ postgis-bundle-pg96-2.3.1x64.zip http://download.osgeo.org/postgis/windows/pg96/ 2. 将postgresql.zip解压 解压postgresql-9.6.1-1-windows-x64-binaries.…