Changeset 2820

Show
Ignore:
Timestamp:
03/29/06 00:17:15 (18 years ago)
Author:
jerome
Message:

Minor changes until I've got more time available.

Files:
1 modified

Legend:

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

    r2577 r2820  
    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.23_official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.23_official 
    33 jerome@nordine:~/pykota-1.23_official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.24_official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.24_official 
     33jerome@nordine:~/pykota-1.24_official$ 
    3434    </screen> 
    3535  </para> 
     
    154154        is waiting for your connections, you have to create the Quota Storage DataBase. 
    155155        To do so, you'll have to feed <application>PostgreSQL</application> with the 
    156         <filename>pykota-1.23/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
     156        <filename>pykota-1.24/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
    157157        This file will create a Quota DataBase administrator in the <application>PostgreSQL</application> system, then create an empty 
    158158        Quota DataBase and set some permissions on it. The Quota DataBase administrator 
     
    188188        From a command line interpreter (i.e. shell), type the following commands : 
    189189        <screen> 
    190 jerome@nordine:~$ cd pykota-1.23_official/initscripts/postgresql 
    191 jerome@nordine:~/pykota-1.23_official/initscripts$ psql -h localhost -U postgres template1 
     190jerome@nordine:~$ cd pykota-1.24_official/initscripts/postgresql 
     191jerome@nordine:~/pykota-1.24_official/initscripts$ psql -h localhost -U postgres template1 
    192192Welcome to psql, the PostgreSQL interactive terminal. 
    193193 
     
    229229ALTER USER 
    230230pykota=# \q 
    231 jerome@nordine:~/pykota-1.23_official/initscripts/postgresql$ 
     231jerome@nordine:~/pykota-1.24_official/initscripts/postgresql$ 
    232232        </screen> 
    233233      </para> 
     
    418418       
    419419      <para> 
    420         A <application>MySQL</application> Storage Backend is planned, but it actually 
    421         doesn't exist. 
     420        <application>MySQL</application> is supported but not documented for now. 
     421      </para> 
     422    </sect2>   
     423     
     424    <sect2> 
     425      <title>SQLite</title> 
     426       
     427      <para> 
     428        <application>SQLite</application> is supported but not documented for now. 
    422429      </para> 
    423430    </sect2>   
     
    518525              <listitem> 
    519526                <para> 
    520                   MySQL backend : Not supported yet. 
     527                  MySQL backend : Supported but not documented yet. 
     528                </para> 
     529              </listitem> 
     530              <listitem> 
     531                <para> 
     532                  SQLite backend : Supported but not documented yet. 
    521533                </para> 
    522534              </listitem>