Changeset 714
- Timestamp:
- 02/06/03 10:54:10 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/README
r702 r714 44 44 ============= 45 45 46 Prerequisite : 47 -------------- 48 49 You need to have the following tools installed on the CUPS Server : 50 51 - CUPS 52 - Python 53 - eGenix' mxDateTime Python extension 54 - PostgreSQL's PygreSQL Python extension and the PostgreSQL client 55 libraries. 56 - SNMP tools (specifically the snmpget command) 57 58 You need to have the following tools installed on the Quota Storage 59 Server : 60 61 - PostgreSQL 62 63 PygreSQL and the PostgreSQL client libraries's versions on the CUPS 64 Server must match the PostgreSQL version used on the Quota Storage 65 Server. 66 67 Of course the CUPS Server and the Quota Storage Server can be the 68 very same machine. 69 70 This list of prerequisite software may change in the future, when 71 PyKota will support more functionnalities you will be given 72 alternatives. 73 74 Then : 75 ------ 76 46 77 Download the latest PyKota version from : 47 78 48 79 http://www.librelogiciel.com/software/ 49 80 50 Extract it :81 Extract it and install it on the CUPS Server : 51 82 52 83 gzip -d pykota-x.xx.tar.gz | tar -xf - … … 54 85 where x.xx is PyKota's latest version number. 55 86 56 Go to PyKota's directory :87 Go to PyKota's directory : 57 88 58 89 cd pykota-x.xx 59 90 60 Just type :91 Just type : 61 92 62 93 python setup.py install … … 71 102 Copy the conf/pykota.conf.sample sample configuration file to 72 103 CUPS' configuration directory, usually /etc/cups, under the 73 name pykota.conf. 74 75 Adapt this file to your own needs and configuration. 104 name pykota.conf, and adapt this file to your own needs and 105 configuration. 76 106 77 107 Modify the PPD files for each printer on which you want to manage … … 83 113 84 114 Modify the path to pykota if needed, unfortunately you have to 85 supply the correct absolute path here due to CUPS internals. 115 supply the correct absolute path here due to CUPS internals, or 116 put the pykota executable into /usr/lib/cups/filter instead of 117 into /usr/bin. 86 118 87 119 Do this in each ppd file present in this directory if you want