MusicBrainz NGS Database Install for Mac

From MusicBrainz Wiki
Revision as of 10:12, 24 May 2010 by Ijabz (talk | contribs) (New page: ===Setting up Postgres for Musicbrainz on a Mac System Install MacPorts <pre> port gmake port install postgresql83 </pre> Reboot Run pgadmin check can connect to server Create user musi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

===Setting up Postgres for Musicbrainz on a Mac System

Install MacPorts

port gmake
port install postgresql83

Reboot

Run pgadmin check can connect to server

Create user musicbrainz

Create database musicbrainz

Download postgres8.3 source and unzip

gmake
cd contrib/cube
gmake 
sudo gmake install
pg_config
cd /usr/local/pgsql/share/contrib
psql -d musicbrainz -U musicbrainz -f cube.sql