Changes between Version 19 and Version 20 of RenderingOsmData

Show
Ignore:
Timestamp:
12/10/10 07:13:31 (3 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RenderingOsmData

    v19 v20  
    1061062. These instructions assume that you already have a 'postgres' user 
    107107 
    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 
     1083. Open a command prompt and enter the following commands: 
     109 
     1104. createdb -E utf8 -U postgres osm 
     111 
     1125. psql -U postgres -d osm -f "C:\Program Files\PostgreSQL\8.4\share\contrib\postgis-1.4\postgis.sql" 
     113 
     1146. psql -U postgres -d osm -f "C:\Program Files\PostgreSQL\8.4\share\contrib\postgis-1.4\spatial_ref_sys.sql" 
     115 
     1167. createuser -U postgres -P www-data 
    115117 
    116118   enter 'www-data' for password for new user 
    117119 
    118 7. try connecting as this new user to the 'osm' database: 
     1208. try connecting as this new user to the 'osm' database: 
    119121 
    120122   psql -U www-data -d osm