Created
August 25, 2010 18:14
-
-
Save omarqureshi/550012 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
sudo mkdir -p /opt/local/var/db/postgresql83/defaultdb | |
sudo chown postgres:postgres /opt/local/var/db/postgresql83/defaultdb | |
sudo su postgres -c '/opt/local/lib/postgresql83/bin/initdb -D /opt/local/var/db/postgresql83/defaultdb' | |
sudo launchctl load -w /Library/LaunchDaemons/org.macports.postgresql83-server.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment