Skip to content

Instantly share code, notes, and snippets.

@almokhtarbr
Last active November 1, 2021 19:59
Show Gist options
  • Save almokhtarbr/0a1698de15229739a0b371efd977e9aa to your computer and use it in GitHub Desktop.
Save almokhtarbr/0a1698de15229739a0b371efd977e9aa to your computer and use it in GitHub Desktop.
brew install postgresql
# Add te path
export PATH=$PATH:/usr/local/opt/postgresql@13/bin
create database almokhtar;
brew install postgis
initdb /usr/local/var/postgresql\@13/
rm -r /usr/local/var/postgresql\@13/
createdb postgis_test
psql postgis_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment