Show
Ignore:
Timestamp:
10/06/04 12:03:16 (20 years ago)
Author:
jalet
Message:

Improved documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/installation.sgml

    r1612 r1783  
    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.19_official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.19_official 
    33 jerome@nordine:~/pykota-1.19_official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.20_official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.20_official 
     33jerome@nordine:~/pykota-1.20_official$ 
    3434    </screen> 
    3535  </para> 
     
    143143        A Quota Storage read-only user is also created under the name of <literal>pykotauser</literal>. 
    144144        This read-only user is used by <application>PyKota</application> to connect to the  
    145         Quota Storage when a non-root user launches a pykota command. This prevents normal 
     145        Quota Storage when an user who is not a <application>PyKota</application> administrator  
     146        <footnote><para>a <application>PyKota</application> administrator is an user who can read the <filename>/etc/pykota/pykotadmin.conf</filename> file.</para></footnote> 
     147        launches a pykota command. This prevents normal 
    146148        users from being able to modify their own, or other users', quota information. 
    147149        The database which will be created will be named <literal>pykota</literal> by default. 
     
    165167        From a command line interpreter (i.e. shell), type the following commands : 
    166168        <screen> 
    167 jerome@nordine:~$ cd pykota-1.19_official/initscripts/postgresql 
    168 jerome@nordine:~/pykota-1.19_official/initscripts$ psql -h localhost -U postgres template1 
     169jerome@nordine:~$ cd pykota-1.20_official/initscripts/postgresql 
     170jerome@nordine:~/pykota-1.20_official/initscripts$ psql -h localhost -U postgres template1 
    169171Welcome to psql, the PostgreSQL interactive terminal. 
    170172 
     
    197199ALTER USER 
    198200pykota=# \q 
    199 jerome@nordine:~/pykota-1.19_official/initscripts/postgresql$ 
     201jerome@nordine:~/pykota-1.20_official/initscripts/postgresql$ 
    200202        </screen> 
    201203      </para> 
     
    585587$ chmod 640 /etc/pykota/pykotadmin.conf       
    586588      </screen> 
    587     </para> 
     589       
     590      <warning> 
     591        <title>Warning</title> 
     592        <para> 
     593          All the users allowed to read the <filename>/etc/pykota/pykotadmin.conf</filename>  
     594          are considered to be <application>PyKota</application> administrators. So be 
     595          careful with these files permissions. 
     596        </para> 
     597      </warning> 
     598    </para> 
     599     
    588600     
    589601    <para> 
     
    725737 
    726738$Log$ 
     739Revision 1.28  2004/10/06 10:03:16  jalet 
     740Improved documentation 
     741 
    727742Revision 1.27  2004/07/21 09:39:03  jalet 
    728743LPRng documentation