Wiki » History » Version 9
Philippe May, 12/11/2016 01:27
1 | 3 | Philippe May | h1. Software |
---|---|---|---|
2 | 1 | Philippe May | |
3 | 1 | Philippe May | Gisaf (for, eg, GIS Auroville Front-end) is a web application that is under development (not even at the time of writing). |
4 | 1 | Philippe May | |
5 | 2 | Philippe May | [[Server]] |
6 | 2 | Philippe May | [[Client]] |
7 | 1 | Philippe May | [[Stack]] |
8 | 3 | Philippe May | |
9 | 7 | Philippe May | h2. Database |
10 | 7 | Philippe May | |
11 | 7 | Philippe May | Gisaf uses a Postgis database. |
12 | 1 | Philippe May | |
13 | 9 | Philippe May | h3. Creation |
14 | 9 | Philippe May | |
15 | 9 | Philippe May | To create an appropriate database, run these commands: |
16 | 9 | Philippe May | <pre> |
17 | 9 | Philippe May | createuser avgis -P |
18 | 9 | Philippe May | createdb avgis -O avgis |
19 | 9 | Philippe May | psql avgis -c "CREATE EXTENSION postgis;" |
20 | 9 | Philippe May | </pre> |
21 | 9 | Philippe May | |
22 | 9 | Philippe May | h3. Notes |
23 | 9 | Philippe May | |
24 | 7 | Philippe May | The geometry features' metadata MUST be set with the proper SRID, which can be tricky. See below. |
25 | 7 | Philippe May | |
26 | 3 | Philippe May | h3. Import files |
27 | 5 | Philippe May | |
28 | 8 | Philippe May | [[Shapefiles]] |
29 | 8 | Philippe May | |
30 | 8 | Philippe May | h2. Development |
31 | 8 | Philippe May | |
32 | 8 | Philippe May | See the README file |