MusicBrainz NGS Database Install for Mac: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 30: Line 30:
Create user musicbrainz
Create user musicbrainz


I then followed [http://wiki.musicbrainz.org/Database_Installation] but had to make some changes for NGS release.
I then followed [http://wiki.musicbrainz.org/Database_Installation|http://wiki.musicbrainz.org/Database_Installation] but had to make some changes for NGS release.

Revision as of 12:46, 7 June 2010

Setting up Postgres for Musicbrainz on a Mac System

Install MacPorts

Now install gmake using MacPorts

port gmake


Download postgres8.3 source and unzip

Build and install Postgres and Cube extension required by Musicbrainz

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

Reboot, start Postgres Server (because if built from source wont be started automatically)

sudo - postgres/usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start

Run pgadmin check can connect to server Create user musicbrainz

I then followed [1] but had to make some changes for NGS release.