Changes between Version 47 and Version 48 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jun 2, 2010, 6:03:30 AM (14 years ago)
Author:
jorgearevalo
Comment:

Added an optional step I had to do. The fourth.

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v47 v48  
    1414  You may want to change the port in the "C:/postgres/data/posgresql.conf" file to something like 8433 in order to avoid conflict with your regular postgres install.
    1515
    16  4. '''Start PostgreSQL''' following one of those two options:
     16 4. '''Copy /c/postgres/lib/libpq.dll to /c/postgres/bin'''. The server may not start because it couldn't find libpq.dll
     17
     18 5. '''Start PostgreSQL''' following one of those two options:
    1719     
    1820 '''Option A) As a Windows service:'''
     
    5254
    5355
    54  5. '''Export the configuration variables'''
     56 6. '''Export the configuration variables'''
    5557
    5658  Before you do a make check for PostGIS, make sure to export the '''PATH''', '''PGPORT''' and '''PGUSER''' variables in MSYS. Note that these exports are only valid for the current session. For more information about the PostgreSQL environment variables see http://www.postgresql.org/docs/8.4/interactive/libpq-envars.html