1 頁 (共 1 頁)

在ubuntu 10.04 安裝 PostgreSQL 9.0

發表於 : 2011-01-20 13:29:34
schumi
1. apt-get install python-software-properties

2. add-apt-repository ppa:pitti/postgresql

3. apt-get update

4. apt-get install postgresql-9.0

phpPgAdmin

發表於 : 2011-01-21 10:06:57
schumi
#安裝php5 支援PostgreSQL
apt-get install php5-pgsql
/etc/init.d/apache2 restart

#設定管理伺服器群
vi /var/www/phpPgAdmin/conf/config.inc.php

#開啟所有登入
vi /var/www/phpPgAdmin/conf/config.php

$conf['extra_login_security'] = true;
改成
$conf['extra_login_security'] = false;

PostGIS

發表於 : 2011-01-21 13:30:02
schumi
http://www.tokumine.com/2010/10/12/post ... -04-lucid/

postgis 為當前唯一提供地理資訊系統專用型別的資料庫系統

代碼: 選擇全部

add-apt-repository ppa:ubuntugis/ubuntugis-unstable
apt-get update
apt-get install postgis postgresql-dev-9.0 libxml2-dev libgeos-3.2.2 libgeos-c1 libgeos-dev proj checkinstall