Changes between Version 42 and Version 43 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
11/12/10 16:14:03 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v42 v43  
    218218}}}
    219219
    220 Download Coastlines:
    221 {{{
     220Download/decompress Coastlines:
     221{{{
     222cd
     223mkdir mapnik
     224cd mapnik
    222225wget http://tile.openstreetmap.org/world_boundaries-spherical.tgz
    223226wget http://tile.openstreetmap.org/processed_p.tar.bz2
     
    225228wget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/10m-populated-places.zip
    226229wget http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/cultural/110m-admin-0-boundary-lines.zip
     230tar zxvf world_boundaries-spherical.tgz
     231tar jxvf processed_p.tar.bz2 -C world_boundaries
     232tar jxvf shoreline_300.tar.bz2 -C world_boundaries
     233unzip 10m-populated-places.zip -d world_boundaries
     234unzip 110m-admin-0-boundary-lines.zip -d world_boundaries
     235}}}
     236
     237Disable autovacuum:
     238{{{
     239vim /etc/postgresql/8.4/main/postgresql.conf
     240#autovacuum = on
     241/etc/init.d/postgresql restart
    227242}}}
    228243
     
    231246wget http://downloads.cloudmade.com/north_america/haiti/haiti.osm.bz2
    232247osm2pgsql -m -d gis haiti.osm.bz2
     248}}}
     249
     250Re-enable autovacuum:
     251{{{
     252vim /etc/postgresql/8.4/main/postgresql.conf
     253autovacuum = on
     254/etc/init.d/postgresql restart
    233255}}}
    234256=== Contours ===