Changeset 1886
- Timestamp:
- 10/30/04 14:04:26 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/README
r1823 r1886 216 216 You need to have the following tools installed on the CUPS Server : 217 217 218 - CUPS or LPRng219 - Python v2.1 or above 220 - eGenix' mxDateTime Python extension 218 - CUPS (http://www.cups.org) or LPRng (http://www.lprng.com) 219 - Python v2.1 or above (http://www.python.org) 220 - eGenix' mxDateTime Python extension (http://www.egenix.com) 221 221 - The JAXML Python module to be able to dump datas in the XML format. 222 (http://www.librelogiciel.com/software/) 222 223 - The Python-SNMP module to query printers for their page counter. 224 (http://pysnmp.sourceforge.net) 223 225 - The Python-OSD module to use the graphical print quota reminder. 224 226 - SNMP tools (specifically the snmpget command) if you prefer to … … 226 228 - Netatalk (specifically the pap command) if you plan to 227 229 request your printer's lifetime page counter via AppleTalk. 230 (http://netatalk.sourceforge.net) 228 231 - PostgreSQL's PygreSQL Python extension and the PostgreSQL client 229 232 libraries if you plan to use PostgreSQL as the Quota Storage 230 233 backend. 234 (http://www.postgresql.org and http://www.pygreql.org) 231 235 or 232 236 - python-ldap Python module and the OpenLDAP client libraries 233 237 if you plan to use an LDAP server as the Quota Storage backend. 238 (http://www.openldap.org and http://python-ldap.sourceforge.net) 234 239 235 240 On Intel i386 architecture, and for performance reasons, it is … … 264 269 Server : 265 270 266 - PostgreSQL 271 - PostgreSQL (http://www.postgresql.org) 267 272 268 273 or 269 274 270 - OpenLDAP (or any other LDAP server)275 - OpenLDAP, or any other LDAP server (http://www.openldap.org) 271 276 272 277 NB : … … 291 296 Storage Server if you've got a bigger network. 292 297 298 Hint : 299 ------ 300 301 - The Debian GNU/Linux distribution is to our knowledge the 302 easiest distribution to install PyKota on, because all 303 of PyKota dependencies are already included, excepted 304 for the PySNMP (http://pysnmp.sourceforge.net) module 305 which for now has to be downloaded separately. 306 293 307 Then : 294 308 ------