Skip to content

Instantly share code, notes, and snippets.

@nautilytics
Created April 10, 2020 14:10
Show Gist options
  • Save nautilytics/e0d2350fd4afcb4c08c0a79884e46051 to your computer and use it in GitHub Desktop.
Save nautilytics/e0d2350fd4afcb4c08c0a79884e46051 to your computer and use it in GitHub Desktop.
Create a PostGIS enabled PostgreSQL database
#!/bin/bash
createdb gis_db
psql -d gis_db -c "CREATE EXTENSION postgis"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment