Changeset 858
- Timestamp:
- 03/22/03 08:20:38 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r857 r858 62 62 <para> 63 63 One thing you have to check, though, is that every Print Server on which you 64 want to install the print quota mechanism must be able to connect to the64 want to install the print quota mechanism, i.e. the print servers, must be able to connect to the 65 65 <application>PostgreSQL</application> server. In the default installation of 66 66 <application>PostgreSQL</application> this may not be the case for security reasons, except if both … … 68 68 check the <filename>/etc/postgresql/pg_hba.conf</filename> and modify it if 69 69 needed. This file is self documented and its modification is straightforward. 70 You also have to make sure that <application>PostgreSQL</application> accepts <acronym>TCP/IP</acronym> connections. 71 To do so you either have to launch it with the <option>-i</option> option or 72 modify the <filename>/etc/postgresql/postgresql.conf</filename>, which is 73 self documented and easy to modify too. 70 74 <tip> 71 75 <title>Tip</title> … … 88 92 <para> 89 93 The TCP/IP network port used by PostgreSQL may be different. When in doubt, ask your 90 <glossaryterm>System Administrator</glossaryterm> for the correct value. 94 <glossaryterm>System Administrator</glossaryterm> for the correct value. Actually 95 <application>PyKota</application> does not work if the port used is not the default one, 96 but this limitation will be removed in a future version. 91 97 </para> 92 98 </tip> … … 148 154 149 155 $Log$ 156 Revision 1.4 2003/03/22 07:20:38 jalet 157 More information wrt PostgreSQL tcp/ip configuration. 158 150 159 Revision 1.3 2003/03/18 22:18:25 jalet 151 160 The documentation will only be a sequence of chapters in a single part, not