| 108 | | 3. createdb -E utf8 -U postgres osm |
| 109 | | |
| 110 | | 4. psql -U postgres -d osm -f "C:\Program Files\PostgreSQL\8.4\share\contrib\postgis-1.4\postgis.sql" |
| 111 | | |
| 112 | | 5. psql -U postgres -d osm -f "C:\Program Files\PostgreSQL\8.4\share\contrib\postgis-1.4\spatial_ref_sys.sql" |
| 113 | | |
| 114 | | 6. createuser -U postgres -P www-data |
| | 108 | 3. Open a command prompt and enter the following commands: |
| | 109 | |
| | 110 | 4. createdb -E utf8 -U postgres osm |
| | 111 | |
| | 112 | 5. psql -U postgres -d osm -f "C:\Program Files\PostgreSQL\8.4\share\contrib\postgis-1.4\postgis.sql" |
| | 113 | |
| | 114 | 6. psql -U postgres -d osm -f "C:\Program Files\PostgreSQL\8.4\share\contrib\postgis-1.4\spatial_ref_sys.sql" |
| | 115 | |
| | 116 | 7. createuser -U postgres -P www-data |