Added steps to pull the PGSQL extensions from Git server that were missing from this how-to

lpallard1
2014-10-25 11:46:04 -07:00
parent 5e67863bfa
commit 45535aecaf
+7 -2
@@ -166,8 +166,13 @@ _(NOTE: In order to install all the Carton dependencies, all of these packages a
> 1) Install PostgreSQL Extensions
> Before you start, you need to install the PostgreSQL Extensions on your
> database server. To build the musicbrainz_unaccent extension run these
> commands:
> database server. First, from the MusicBrainz source code directory run these
> commands to pull the extensions from the Git server:
> git submodule init
> git submodule update
> Then to build the musicbrainz_unaccent extension run these commands:
> cd postgresql-musicbrainz-unaccent
> make