Edgewall Software

Changes between Version 2 and Version 3 of PostgresqlRecipe


Ignore:
Timestamp:
Mar 6, 2006, 9:22:56 PM (18 years ago)
Author:
ByrneJB@…
Comment:

Another type

Legend:

Unmodified
Added
Removed
Modified
  • PostgresqlRecipe

    v2 v3  
    171171and run without any further ado.
    172172
    173 8.  At this point evrything is wired up and ready to go with tracd as the
     1738.  At this point everything is wired up and ready to go with tracd as the
    174174server and SQLite3 as the backend database.  You can create your first
    175 trac environment by issueing the following command:
     175trac environment by issuing the following command:
    176176
    177177
     
    185185and answering the questions regarding the database connection and
    186186subversion repository. To use a different DB backend you must first
    187 initialize the alternative database environment before runing trac-admin
     187initialize the alternative database environment before runing trac-admin initenv
    188188
    1891899.  To use postgresql as the backend one must first setup a target
    190 database user and database to pass to trac-admin when it asks for a
    191 connection string.  The postgresql command line utilities for this are
    192 createuser(1) and createdb(1).
     190database user and a database instance to pass to trac-admin when it asks for a connection string.  The postgresql command line utilities for this are createuser(1) and createdb(1).
    193191
    194192
     
    222220
    223221The first set of password prompts are used to set the password for the new
    224 role. The second set is to authenticate the database connection.  Read the
    225 man(1) page for createuser for further information and options.
    226 Next, create the database you wish to use using the new role just
    227 established:
     222role being created. The second set is to authenticate the database connection.  Read the man(1) page for createuser for further information and options.Next, create the database you wish to use using the new role just established:
    228223
    229224