Changeset 1015
- Timestamp:
- 06/05/03 09:12:31 (21 years ago)
- Location:
- pykota/trunk
- Files:
-
- 9 added
- 7 removed
- 5 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/CREDITS
r1011 r1015 40 40 The following people contributed code or ideas to PyKota : 41 41 42 - Jo�Collet (made the PyKota logo)43 - Stefan Wold - Stockholm University 44 - John Flynn - University of Belize 45 - Wayne Godoy - University of Belize 42 - Jo�Collet : made the PyKota logo 43 - Stefan Wold - Stockholm University : code 44 - John Flynn - University of Belize : LDAP support 45 - Wayne Godoy - University of Belize : LDAP support 46 46 47 47 ============================================================ -
pykota/trunk/docs/installation.sgml
r959 r1015 29 29 have to decompress and visit its archive, to do so just type the following commands : 30 30 <screen> 31 jerome@nordine:~$ tar -zxf pykota-1.0 4-official.tar.gz32 jerome@nordine:~$ cd pykota-1.0 4-official33 jerome@nordine:~/pykota-1.0 4-official$31 jerome@nordine:~$ tar -zxf pykota-1.08-official.tar.gz 32 jerome@nordine:~$ cd pykota-1.08-official 33 jerome@nordine:~/pykota-1.08-official$ 34 34 </screen> 35 35 </para> … … 130 130 is waiting for your connections, you have to create the Quota Storage DataBase. 131 131 To do so, you'll have to feed <application>PostgreSQL</application> with the 132 <filename>pykota-x.xx/initscripts/p ykota-postgresql.sql</filename> file.132 <filename>pykota-x.xx/initscripts/postgresql/pykota-postgresql.sql</filename> file. 133 133 This file will create a Quota DataBase administrator and a Quota DataBase user 134 134 in the <application>PostgreSQL</application> system, then create an empty … … 145 145 <para> 146 146 You can choose other names if you want, just modify the 147 <filename>initscripts/p ykota-postgresql.sql</filename> file147 <filename>initscripts/postgresql/pykota-postgresql.sql</filename> file 148 148 accordingly, and report your changes into <application>PyKota</application>'s 149 149 configuration file. … … 160 160 From a command line interpreter (i.e. shell), type the following commands : 161 161 <screen> 162 jerome@nordine:~$ cd pykota-1.0 4-official/initscripts/163 jerome@nordine:~/pykota-1.0 4-official/initscripts$ psql -h localhost -U postgres template1162 jerome@nordine:~$ cd pykota-1.08-official/initscripts/postgresql 163 jerome@nordine:~/pykota-1.08-official/initscripts$ psql -h localhost -U postgres template1 164 164 Welcome to psql, the PostgreSQL interactive terminal. 165 165 … … 194 194 ALTER USER 195 195 pykota=# \q 196 jerome@nordine:~/pykota-1.0 4-official/initscripts$196 jerome@nordine:~/pykota-1.08-official/initscripts/postgresql$ 197 197 </screen> 198 198 </para> … … 374 374 375 375 $Log$ 376 Revision 1.14 2003/06/05 07:12:29 jalet 377 Reorganization of directories 378 376 379 Revision 1.13 2003/04/24 21:09:47 jalet 377 380 Documentation slightly improved. -
pykota/trunk/initscripts/README
r1007 r1015 24 24 depending on the storage backend you want to use. 25 25 26 There's one subdirectory per backend type supported. 26 27 27 28 Files : 28 29 ======= 29 30 30 * p ykota-postgresql.sql :31 * postgresql/pykota-postgresql.sql : 31 32 32 33 This file creates an empty Quota Storage Database, using PostgreSQL … … 34 35 if you want to use PostgreSQL as the Quota Storage Backend. 35 36 36 * pykota.schema :37 * ldap/pykota.schema : 37 38 38 39 This file adds the necessary classes and attributes to an existing 39 40 LDAP directory for use with PyKota. Read this file for details. 41 42 43 Old files, kept to allow people to upgrade from very old versions of PyKota : 44 ============================================================================= 40 45 41 46 * VERYOLDpykota-upgrade-postgresql.sql : -
pykota/trunk/MANIFEST.in
r969 r1015 5 5 recursive-include cgi-bin README *.cgi 6 6 recursive-include conf README *.sample 7 recursive-include initscripts README README.* pykota-*.sql *.py 7 recursive-include initscripts README README.* pykota-*.sql *.py *.schema *.ldif 8 8 recursive-include debian README printquota 9 9 recursive-include untested README *.sh *.ps -
pykota/trunk/README
r990 r1015 190 190 191 191 Copy the conf/pykota.conf.sample sample configuration file to 192 /etc/pykota.conf, and adapt this file to your own needs and 193 configuration. The installation script tries to do this for 192 /etc/pykota.conf. The installation script tries to do this for 194 193 you if needed and you agreed to this action. 194 You need to adapt the /etc/pykota.conf file to your own needs. 195 Especially you have to create sections named after your own 196 printers, and change the administrator's email address. 195 197 196 198 - CUPS Print Backend :