brew install postgres- add the following to .bash_profile:
export PATH=$PATH:/usr/local/pgsql/bin
export PGDATA=/usr/local/pgsql/data mkdir /usr/local/pgsql
mkdir /usr/local/pgsql/databrew install postgis- restart the console, to load the new path & etc
pg_ctl initdbcreatedb test
It's working! <3
No comments:
Post a Comment