Show
Ignore:
Timestamp:
10/09/05 23:03:11 (19 years ago)
Author:
jerome
Message:

Changed version number for next release.

Files:
1 modified

Legend:

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

    r2551 r2556  
    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.22_official.tar.gz     
    32 jerome@nordine:~$ cd pykota-1.22_official 
    33 jerome@nordine:~/pykota-1.22_official$ 
     31jerome@nordine:~$ tar -zxf pykota-1.23_official.tar.gz     
     32jerome@nordine:~$ cd pykota-1.23_official 
     33jerome@nordine:~/pykota-1.23_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.22/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
     156        <filename>pykota-1.23/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.22_official/initscripts/postgresql 
    191 jerome@nordine:~/pykota-1.22_official/initscripts$ psql -h localhost -U postgres template1 
     190jerome@nordine:~$ cd pykota-1.23_official/initscripts/postgresql 
     191jerome@nordine:~/pykota-1.23_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.22_official/initscripts/postgresql$ 
     231jerome@nordine:~/pykota-1.23_official/initscripts/postgresql$ 
    232232        </screen> 
    233233      </para>