Project

General

Profile

« Previous | Next » 

Revision 11448

Updated install instructions in the README.

View differences:

derived/biengeo/README.txt
9 9
***** install dependencies:
10 10
The only dependencies for running these scripts are PostgreSQL 9.1, postgis 2.0,
11 11
and unzip.
12
Installing these packages on Ubuntu 13.04 should be as simple as these commands:
13
sudo apt-get install postgresql
14
sudo apt-get install postgresql-client
15
sudo apt-get install postgresql-client-common
16
sudo apt-get install postgis
17
sudo apt-get install postgresql-9.1-postgis-2.0
12

  
13
For postgis installation on Ubuntu 12.04 see:
14
http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1204
15

  
16
Installing these packages on Ubuntu 13.04 should only require these commands:
18 17
sudo apt-get install unzip
18
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
19
* Note additional install instructions for postgis-2.0 on Ubuntu 13 found here:
20
* http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS20Ubuntu1304
21
* Currently, the ubuntugis-unstable sources list needs to change to 'quantal'.
22
sudo apt-get update
23
sudo apt-get install postgresql-9.1-postgis-2.0-scripts
19 24

  
25

  
20 26
***** initialize the DB:
21 27
cd <svn_biengeo_root>
22 28
1. geovalidate.sh

Also available in: Unified diff