Changeset 1015 for pykota/trunk/docs

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

Reorganization of directories

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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.