Show
Ignore:
Timestamp:
06/24/03 23:37:05 (21 years ago)
Author:
jalet
Message:

Minor changes

Files:
1 modified

Legend:

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

    r1021 r1038  
    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.08-official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.08-official 
    33 jerome@nordine:~/pykota-1.08-official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.09_official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.09_official 
     33jerome@nordine:~/pykota-1.09_official$ 
    3434    </screen> 
    3535  </para> 
     
    158158        From a command line interpreter (i.e. shell), type the following commands : 
    159159        <screen> 
    160 jerome@nordine:~$ cd pykota-1.08-official/initscripts/postgresql 
    161 jerome@nordine:~/pykota-1.08-official/initscripts$ psql -h localhost -U postgres template1 
     160jerome@nordine:~$ cd pykota-1.09_official/initscripts/postgresql 
     161jerome@nordine:~/pykota-1.09_official/initscripts$ psql -h localhost -U postgres template1 
    162162Welcome to psql, the PostgreSQL interactive terminal. 
    163163 
     
    190190ALTER USER 
    191191pykota=# \q 
    192 jerome@nordine:~/pykota-1.08-official/initscripts/postgresql$ 
     192jerome@nordine:~/pykota-1.09_official/initscripts/postgresql$ 
    193193        </screen> 
    194194      </para> 
     
    237237     
    238238    <sect2> 
    239       <title>MySQL</title> 
    240        
    241       <para> 
    242         A <application>MySQL</application> Storage Backend is planned, but it actually 
    243         doesn't exist. 
    244       </para> 
    245     </sect2>   
    246      
    247     <sect2> 
    248239      <title>LDAP</title> 
    249240       
     
    253244        Full support for LDAP in PyKota should be OK by the end of July 2003, if all 
    254245        continues to go well. 
     246      </para> 
     247    </sect2>   
     248     
     249    <sect2> 
     250      <title>MySQL</title> 
     251       
     252      <para> 
     253        A <application>MySQL</application> Storage Backend is planned, but it actually 
     254        doesn't exist. 
    255255      </para> 
    256256    </sect2>   
     
    372372 
    373373$Log$ 
     374Revision 1.16  2003/06/24 21:37:05  jalet 
     375Minor changes 
     376 
    374377Revision 1.15  2003/06/10 16:37:54  jalet 
    375378Deletion of the second user which is not needed anymore.