Last active
November 1, 2021 19:59
-
-
Save almokhtarbr/0a1698de15229739a0b371efd977e9aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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