Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created August 25, 2010 18:14
Show Gist options
  • Save omarqureshi/550012 to your computer and use it in GitHub Desktop.
Save omarqureshi/550012 to your computer and use it in GitHub Desktop.
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