Skip to content

Instantly share code, notes, and snippets.

@Pop-Code
Created December 4, 2012 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pop-Code/4205080 to your computer and use it in GitHub Desktop.
Save Pop-Code/4205080 to your computer and use it in GitHub Desktop.
Install PostGresql PostGis and osm2pgsql
psql -d yourdatabase -f Chemin_vers_le_dossier_contrib/postgis.sql -U postgres
psql -d yourdatabase -f Chemin_vers_le_dossier_contrib/postgis_comments.sql -U postgres
psql -d yourdatabase -f Chemin_vers_le_dossier_contrib/spatial_ref_sys.sql -U postgres
sudo port install postgis2
createdb yourdatabase -U postgres -W -h localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment