Changeset 3413 for pykota/trunk/qa-assistant
- Timestamp:
- 09/27/08 22:02:37 (16 years ago)
- Location:
- pykota/trunk/qa-assistant
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/qa-assistant/pykota.xml
r3287 r3413 43 43 </states> 44 44 <description>PyKota must be downloaded before being installed. 45 You can download its latest development tree with 45 You can download its latest development tree with 46 46 'svn export svn://svn.librelogiciel.com/pykota/trunk pykota' 47 47 </description> … … 53 53 prevent most of PyKota from working, but some functionnalities will 54 54 be unavailable to you if they are not installed. You can see the 55 status for each of PyKota's dependencies with 55 status for each of PyKota's dependencies with 56 56 'python pykota/checkdeps.py' 57 </description> 57 </description> 58 58 <entry name="python-egenix-mxdatetime" display="true"> 59 59 <states> … … 62 62 </states> 63 63 <description> 64 python-egenix-mxdatetime is required for PyKota to work. 64 python-egenix-mxdatetime is required for PyKota to work. 65 65 You must install it with 'apt-get install python-egenix-mxdatetime' 66 66 </description> … … 84 84 </states> 85 85 <description> 86 python-pygresql allows PyKota to use a PostgreSQL database backend. 86 python-pygresql allows PyKota to use a PostgreSQL database backend. 87 87 If this is what you want you must install it with 'apt-get install python-pygresql' 88 88 </description> … … 95 95 </states> 96 96 <description> 97 python-ldap allows PyKota to use an LDAP database backend. 97 python-ldap allows PyKota to use an LDAP database backend. 98 98 If this is what you want you must install it with 'apt-get install python-ldap' 99 99 </description> … … 106 106 </states> 107 107 <description> 108 python-mysqldb allows PyKota to use a MySQL database backend. 108 python-mysqldb allows PyKota to use a MySQL database backend. 109 109 If this is what you want you must install it with 'apt-get install python-mysqldb' 110 110 </description> … … 117 117 </states> 118 118 <description> 119 python-pysqlite2 allows PyKota to use an SQLite database backend. 119 python-pysqlite2 allows PyKota to use an SQLite database backend. 120 120 If this is what you want you must install it with 'apt-get install python-pysqlite2' 121 121 </description> … … 128 128 </states> 129 129 <description> 130 python-osd is only needed if you want to use the 'pykosd' utility, which is an X-Window 130 python-osd is only needed if you want to use the 'pykosd' utility, which is an X-Window 131 131 print quota reminded for end users. 132 132 You can install it with 'apt-get install python-osd' … … 180 180 <description> 181 181 python-pam allows PyKota to check an user's name and password through PAM at printing time, provided you 182 use the PyKotIcon end user helper tool on all client hosts. 182 use the PyKotIcon end user helper tool on all client hosts. 183 183 If you don't have guest logins or people with administrator (or root) access on their own 184 184 machine, you probably don't need this module. … … 220 220 </states> 221 221 <description> 222 python-psyco is an accelerator module for the Python language which can make the parsing 222 python-psyco is an accelerator module for the Python language which can make the parsing 223 223 of Page Description Languages by pkpgcounter faster. 224 224 It is only supported on the x86 platform though, so if you use something else you … … 231 231 <category name="Print Server Installation procedure"> 232 232 <description>PyKota needs to be installed on the CUPS server. 233 </description> 233 </description> 234 234 <entry name="Go to PyKota's download directory" display="true"> 235 235 <states> … … 301 301 </states> 302 302 <description> 303 Any user who with read access to ~pykota/pykotadmin.conf will be considered a PyKota 303 Any user who with read access to ~pykota/pykotadmin.conf will be considered a PyKota 304 304 administrator, with full read+write access to PyKota's database. 305 305 Any user with read access to ~pykota/pykota.conf will have read access to PyKota's database. Access … … 362 362 </description> 363 363 </entry> 364 </category> 364 </category> 365 365 </checklist> -
pykota/trunk/qa-assistant/README
r3275 r3413 25 25 26 26 If you want to setup PyKota on a new machine, or help somebody do so, 27 launch qa-assitant, then start a new QA review, and choose any of the 27 launch qa-assitant, then start a new QA review, and choose any of the 28 28 "PyKota Installation" templates. The other templates are unrelated 29 29 to PyKota and are installed as part of qa-assistant.