Show
Ignore:
Timestamp:
04/24/03 23:09:47 (21 years ago)
Author:
jalet
Message:

Documentation slightly improved.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r942 r959  
    2929    have to decompress and visit its archive, to do so just type the following commands : 
    3030    <screen> 
    31 jerome@nordine:~$ tar -zxf pykota-1.03-official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.03-official 
    33 jerome@nordine:~/pykota-1.03-official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.04-official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.04-official 
     33jerome@nordine:~/pykota-1.04-official$ 
    3434    </screen> 
    3535  </para> 
     
    160160        From a command line interpreter (i.e. shell), type the following commands : 
    161161        <screen> 
    162 jerome@nordine:~$ cd pykota-1.03-official/initscripts/ 
    163 jerome@nordine:~/pykota-1.03-official/initscripts$ psql -h localhost -U postgres template1 
     162jerome@nordine:~$ cd pykota-1.04-official/initscripts/ 
     163jerome@nordine:~/pykota-1.04-official/initscripts$ psql -h localhost -U postgres template1 
    164164Welcome to psql, the PostgreSQL interactive terminal. 
    165165 
     
    194194ALTER USER 
    195195pykota=# \q 
    196 jerome@nordine:~/pykota-1.03-official/initscripts$ 
     196jerome@nordine:~/pykota-1.04-official/initscripts$ 
    197197        </screen> 
    198198      </para> 
     
    206206        To improve security further, you could encrypt your database connections, or 
    207207        take any other step as needed. Please refer to <application>PostgreSQL</application>'s 
    208         documentation for details. 
     208        documentation for details. Also if <application>PyKota</application>'s configuration 
     209        file is readable by anyone with access on your file system, a local user could  
     210        create some script to modify his own print quota. 
    209211        <warning> 
    210212          <title>Warning</title> 
     
    274276      For each Print Server on which you plan to implement the print quota 
    275277      mechanism, you have, of course, to have an already working printing environment.  
    276       Currently <application>PyKota</application> only works with the 
    277       <ulink url="http://www.cups.org"><application>CUPS</application></ulink> environment, 
     278      Currently <application>PyKota</application> works with either the 
     279      <ulink url="http://www.cups.org"><application>CUPS</application></ulink> 
     280      or the <ulink url="http://lprng.sourceforge.net"><application>LPRng</application></ulink>, 
    278281      but more may be added in the future. 
    279282    </para> 
    280283     
    281284    <para> 
    282       Here's the list of software you have to install on each Print Server : 
     285      Here's the list of software you have to install on each Print Server, version numbers 
     286      are given as an indication of which was successfully tested, but older versions may  
     287      work too. 
    283288      <itemizedlist> 
    284289        <listitem> 
    285290          <para> 
    286             CUPS version 1.1 or above. 
    287             You can download it from <ulink url="http://www.cups.org">http://www.cups.org</ulink>. 
     291            <application>CUPS</application> version 1.1 or above, or <application>LPRng</application> 
     292            version 3.8.20 or above (it probably works with older versions but this is untested). 
     293            You can download them from <ulink url="http://www.cups.org">http://www.cups.org</ulink> 
     294            or <ulink url="http://lprng.sourceforge.net">http://lprng.sourceforge.net</ulink> 
    288295          </para> 
    289296        </listitem>   
     
    341348            <application>ucd-snmp</application> or <application>net-snmp</application> tools, version 4.2.5 or above. You only need 
    342349            the <application>snmpget</application> command. 
    343             You can download them from <ulink url="http://www.sourceforge.net/projects/net-snmp/">http://www.sourceforge.net/projects/net-snmp/</ulink> 
    344           </para> 
    345         </listitem>   
    346         <listitem> 
    347           <para> 
    348             eGenix' mxDateTime Python module. It must match your default Python version. 
     350            You can download them from <ulink url="http://www.sourceforge.net/projects/net-snmp/">http://www.sourceforge.net/projects/net-snmp/</ulink>. 
     351            You only need this if you plan to query your printers for their internal page counter via SNMP. 
     352          </para> 
     353        </listitem>   
     354        <listitem> 
     355          <para> 
     356            <application>netatalk</application> version 1.6.1 or above. You only need 
     357            the <application>pap</application> command. 
     358            You can download them from <ulink url="http://netatalk.sourceforge.net/">http://netatalk.sourceforge.net/</ulink>. 
     359            You only need this if you plan to query your printers for their internal page counter via AppleTalk. 
     360          </para> 
     361        </listitem>   
     362        <listitem> 
     363          <para> 
     364            eGenix' mxDateTime Python module version 2.0.3 or above. It must match your default Python version. 
    349365            You can download it from <ulink url="http://www.egenix.com">http://www.egenix.com</ulink>. 
    350366          </para> 
     
    358374 
    359375$Log$ 
     376Revision 1.13  2003/04/24 21:09:47  jalet 
     377Documentation slightly improved. 
     378 
    360379Revision 1.12  2003/04/17 21:33:16  jalet 
    361380Version 1.03 is out.