Changeset 1015

Show
Ignore:
Timestamp:
06/05/03 09:12:31 (21 years ago)
Author:
jalet
Message:

Reorganization of directories

Location:
pykota/trunk
Files:
9 added
7 removed
5 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/CREDITS

    r1011 r1015  
    4040  The following people contributed code or ideas to PyKota : 
    4141   
    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 
    4646 
    4747============================================================ 
  • pykota/trunk/docs/installation.sgml

    r959 r1015  
    2929    have to decompress and visit its archive, to do so just type the following commands : 
    3030    <screen> 
    31 jerome@nordine:~$ tar -zxf pykota-1.04-official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.04-official 
    33 jerome@nordine:~/pykota-1.04-official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.08-official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.08-official 
     33jerome@nordine:~/pykota-1.08-official$ 
    3434    </screen> 
    3535  </para> 
     
    130130        is waiting for your connections, you have to create the Quota Storage DataBase. 
    131131        To do so, you'll have to feed <application>PostgreSQL</application> with the 
    132         <filename>pykota-x.xx/initscripts/pykota-postgresql.sql</filename> file. 
     132        <filename>pykota-x.xx/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
    133133        This file will create a Quota DataBase administrator and a Quota DataBase user 
    134134        in the <application>PostgreSQL</application> system, then create an empty 
     
    145145          <para> 
    146146            You can choose other names if you want, just modify the  
    147             <filename>initscripts/pykota-postgresql.sql</filename> file 
     147            <filename>initscripts/postgresql/pykota-postgresql.sql</filename> file 
    148148            accordingly, and report your changes into <application>PyKota</application>'s 
    149149            configuration file. 
     
    160160        From a command line interpreter (i.e. shell), type the following commands : 
    161161        <screen> 
    162 jerome@nordine:~$ cd pykota-1.04-official/initscripts/ 
    163 jerome@nordine:~/pykota-1.04-official/initscripts$ psql -h localhost -U postgres template1 
     162jerome@nordine:~$ cd pykota-1.08-official/initscripts/postgresql 
     163jerome@nordine:~/pykota-1.08-official/initscripts$ psql -h localhost -U postgres template1 
    164164Welcome to psql, the PostgreSQL interactive terminal. 
    165165 
     
    194194ALTER USER 
    195195pykota=# \q 
    196 jerome@nordine:~/pykota-1.04-official/initscripts$ 
     196jerome@nordine:~/pykota-1.08-official/initscripts/postgresql$ 
    197197        </screen> 
    198198      </para> 
     
    374374 
    375375$Log$ 
     376Revision 1.14  2003/06/05 07:12:29  jalet 
     377Reorganization of directories 
     378 
    376379Revision 1.13  2003/04/24 21:09:47  jalet 
    377380Documentation slightly improved. 
  • pykota/trunk/initscripts/README

    r1007 r1015  
    2424depending on the storage backend you want to use. 
    2525 
     26There's one subdirectory per backend type supported. 
    2627 
    2728Files : 
    2829======= 
    2930 
    30   * pykota-postgresql.sql : 
     31  * postgresql/pykota-postgresql.sql : 
    3132   
    3233    This file creates an empty Quota Storage Database, using PostgreSQL 
     
    3435    if you want to use PostgreSQL as the Quota Storage Backend. 
    3536     
    36   * pykota.schema :   
     37  * ldap/pykota.schema :   
    3738   
    3839    This file adds the necessary classes and attributes to an existing 
    3940    LDAP directory for use with PyKota. Read this file for details. 
     41     
     42     
     43Old files, kept to allow people to upgrade from very old versions of PyKota :    
     44============================================================================= 
    4045     
    4146  * VERYOLDpykota-upgrade-postgresql.sql : 
  • pykota/trunk/MANIFEST.in

    r969 r1015  
    55recursive-include cgi-bin README *.cgi 
    66recursive-include conf README *.sample 
    7 recursive-include initscripts README README.* pykota-*.sql *.py 
     7recursive-include initscripts README README.* pykota-*.sql *.py *.schema *.ldif 
    88recursive-include debian README printquota 
    99recursive-include untested README *.sh *.ps 
  • pykota/trunk/README

    r990 r1015  
    190190 
    191191Copy 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 
    194193you if needed and you agreed to this action. 
     194You need to adapt the /etc/pykota.conf file to your own needs. 
     195Especially you have to create sections named after your own 
     196printers, and change the administrator's email address. 
    195197 
    196198  - CUPS Print Backend :