Changeset 3115 for pykota/trunk
- Timestamp:
- 12/03/06 11:50:20 (18 years ago)
- Location:
- pykota/trunk/docs
- Files:
-
- 1 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r2943 r3115 35 35 have to decompress and visit its archive, to do so just type the following commands : 36 36 <screen> 37 jerome@nordine:~$ tar -zxf pykota-1.2 4_official.tar.gz38 jerome@nordine:~$ cd pykota-1.2 4_official39 jerome@nordine:~/pykota-1.2 4_official$37 jerome@nordine:~$ tar -zxf pykota-1.25_official.tar.gz 38 jerome@nordine:~$ cd pykota-1.25_official 39 jerome@nordine:~/pykota-1.25_official$ 40 40 </screen> 41 41 </para> … … 160 160 is waiting for your connections, you have to create the print quota database. 161 161 To do so, you'll have to feed <application>PostgreSQL</application> with the 162 <filename>pykota-1.2 4_official/initscripts/postgresql/pykota-postgresql.sql</filename> file.162 <filename>pykota-1.25_official/initscripts/postgresql/pykota-postgresql.sql</filename> file. 163 163 This file will create a print quota database administrator in the <application>PostgreSQL</application> system, then create an empty 164 164 print quota database and set some permissions on it. The print quota database administrator … … 197 197 From a command line interpreter (i.e. shell), type the following commands : 198 198 <screen> 199 jerome@nordine:~$ cd pykota-1.2 4_official/initscripts/postgresql200 jerome@nordine:~/pykota-1.2 4_official/initscripts$ psql -h localhost -U postgres template1199 jerome@nordine:~$ cd pykota-1.25_official/initscripts/postgresql 200 jerome@nordine:~/pykota-1.25_official/initscripts$ psql -h localhost -U postgres template1 201 201 Welcome to psql, the PostgreSQL interactive terminal. 202 202 … … 233 233 pykota=# ALTER USER pykotauser PASSWORD 'anotherpassword'; 234 234 pykota=# \q 235 jerome@nordine:~/pykota-1.2 4_official/initscripts/postgresql$235 jerome@nordine:~/pykota-1.25_official/initscripts/postgresql$ 236 236 </screen> 237 237 </para> … … 261 261 262 262 <para> 263 For more details, please see <filename>initscripts/mysql/README. mysql</filename>.263 For more details, please see <filename>initscripts/mysql/README.postgresql</filename>. 264 264 </para> 265 265 … … 479 479 is waiting for your connections, you have to create the print quota database. 480 480 To do so, you'll have to feed <application>MySQL</application> with the 481 <filename>pykota-1.2 4_official/initscripts/mysql/pykota-mysql.sql</filename> file.481 <filename>pykota-1.25_official/initscripts/mysql/pykota-mysql.sql</filename> file. 482 482 This file will create an empty 483 483 print quota database and set some permissions on it. … … 506 506 From a command line interpreter (i.e. shell), type the following commands : 507 507 <screen> 508 jerome@nordine:~$ cd pykota-1.2 4_official/initscripts/mysql509 jerome@nordine:~/pykota-1.2 4_official/initscripts$ mysql <pykota-mysql.sql508 jerome@nordine:~$ cd pykota-1.25_official/initscripts/mysql 509 jerome@nordine:~/pykota-1.25_official/initscripts$ mysql <pykota-mysql.sql 510 510 </screen> 511 511 <note> … … 642 642 <listitem> 643 643 <para> 644 <application>CUPS</application> version 1.1.14 or above. 644 <application>CUPS</application> version 1.1.14 or higher, version 1.2.4 or higher 645 is recommanded. 645 646 You can download it from <ulink url="http://www.cups.org">http://www.cups.org</ulink> 646 647 </para> … … 648 649 <listitem> 649 650 <para> 650 <application>Python</application> version 2. 2 or above.651 <application>Python</application> version 2.3 or higher. 651 652 You can download it from <ulink url="http://www.python.org">http://www.python.org</ulink>. 652 653 While <application>PyKota</application> itself will try to preserve compatibility 653 with <application>Python</application> version 2. 2for the near future, some <application>Python</application>654 with <application>Python</application> version 2.3 for the near future, some <application>Python</application> 654 655 modules which are needed by <application>PyKota</application> may require a more recent version 655 656 of this language. … … 757 758 the <command>snmpget</command> command. 758 759 You can download this software from <ulink url="http://www.sourceforge.net/projects/net-snmp/">http://www.sourceforge.net/projects/net-snmp/</ulink>. 759 You only need this if you plan to query your printers for their internal page counter via SNMP. 760 You only need this if PyKota's internal SNMP accounting code doesn't work for your SNMP-aware 761 printers. 760 762 </para> 761 763 </listitem> … … 784 786 <listitem> 785 787 <para> 786 The <application>pysnmp</application> Python module version 3.4.2, or higher .788 The <application>pysnmp</application> Python module version 3.4.2, or higher, version 4 is recommanded. 787 789 You can download it from <ulink url="http://pysnmp.sourceforge.net">http://pysnmp.sourceforge.net</ulink>. 788 790 </para> … … 815 817 <para> 816 818 The <application>pkpgcounter</application> Generic Page Description Language parser. 817 You can download it from <ulink url="http://www.pykota.com.com/software/pkpgcounter">http://www.pykota.com .com/software/pkpgcounter</ulink>.819 You can download it from <ulink url="http://www.pykota.com.com/software/pkpgcounter">http://www.pykota.com/software/pkpgcounter</ulink>. 818 820 </para> 819 821 </listitem> … … 935 937 to give the correct permissions to <application>PyKota</application>'s configuration files : 936 938 <screen> 937 $ chown pykota.pykota ~pykota/pykota.conf 939 $ chown -R pykota.pykota ~pykota/ 940 $ chmod 750 ~pykota/ 938 941 $ chmod 644 ~pykota/pykota.conf 939 $ chown pykota.pykota ~pykota/pykotadmin.conf940 942 $ chmod 640 ~pykota/pykotadmin.conf 941 943 </screen> … … 954 956 On some systems, you may be able to strenghten permissions like this : 955 957 <screen> 956 $ chown pykota.pykota ~pykota/pykota.conf 958 $ chown -R pykota.pykota ~pykota/ 959 $ chmod 750 ~pykota/ 957 960 $ chmod 640 ~pykota/pykota.conf 958 $ chown pykota.pykota ~pykota/pykotadmin.conf959 961 $ chmod 600 ~pykota/pykotadmin.conf 960 962 </screen> … … 964 966 And on other ones, you may need to relax them, and change the files' owner : 965 967 <screen> 968 $ chown pykota.pykota ~pykota/ 969 $ chmod 755 ~pykota/ 966 970 $ chown lp.pykota ~pykota/pykota.conf 967 971 $ chmod 640 ~pykota/pykota.conf … … 1029 1033 1030 1034 <para> 1031 If you use CUPS v1.2 or higher, it is recommended that you1035 If you use CUPS v1.2 or higher, you must 1032 1036 also type the following command to allow the <command>cupspykota</command> 1033 1037 backend to correctly support other backends which must be run -
pykota/trunk/docs/pkinvoice.sgml
r2836 r3115 12 12 <para> 13 13 You'll be allowed to optionally filter the data extraction based on starting and ending dates, which 14 defaults to the complete history, 15 and a set of usernames, which defaults to all users. 14 defaults to the complete history, user, printer, client hostname, etc... 16 15 </para> 17 16 -
pykota/trunk/docs/pykota.sgml
r2841 r3115 20 20 <!entity PKNOTIFY system "pknotify.sgml"> 21 21 <!entity PKINVOICE system "pkinvoice.sgml"> 22 <!entity PKREFUND system "pkrefund.sgml"> 22 23 <!entity GNUGPL system "gnugpl.sgml"> 23 24 … … 145 146 &PKINVOICE; 146 147 148 &PKREFUND; 149 147 150 &PKBANNER; 148 151