mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 16:34:01 +01:00
Added steps to pull the PGSQL extensions from Git server that were missing from this how-to
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user