Revision 11347
Added by Paul Sarando about 11 years ago
derived/biengeo/README.txt | ||
---|---|---|
1 | 1 |
BIEN geovalidation notes |
2 | 2 |
======================== |
3 | 3 |
|
4 |
Dependencies: |
|
5 |
The only dependencies for running these scripts are PostgreSQL 9.1, postgis 2.0, |
|
6 |
and unzip. |
|
7 |
Installing these packages on Ubuntu 13.04 should be as simple as these commands: |
|
8 |
sudo apt-get install postgresql |
|
9 |
sudo apt-get install postgresql-client |
|
10 |
sudo apt-get install postgresql-client-common |
|
11 |
sudo apt-get install postgis |
|
12 |
sudo apt-get install postgresql-9.1-postgis-2.0 |
|
13 |
sudo apt-get install unzip |
|
14 |
|
|
4 | 15 |
[Also see comments embedded in specific scripts in this directory.] |
5 | 16 |
|
6 | 17 |
The bash and SQL statements contained in the files as ordered below |
Also available in: Unified diff
Added instructions for dependencies in the README.