Show
Ignore:
Timestamp:
05/30/06 18:53:22 (18 years ago)
Author:
jerome
Message:

1.24HotFix2 seems to be ready for packaging.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/tags/1.24HotFix2/docs/installation.sgml

    r2878 r2899  
    3535    have to decompress and visit its archive, to do so just type the following commands : 
    3636    <screen> 
    37 jerome@nordine:~$ tar -zxf pykota-1.24_official.tar.gz     
    38 jerome@nordine:~$ cd pykota-1.24_official 
    39 jerome@nordine:~/pykota-1.24_official$ 
     37jerome@nordine:~$ tar -zxf pykota-1.24HotFix2_official.tar.gz     
     38jerome@nordine:~$ cd pykota-1.24HotFix2_official 
     39jerome@nordine:~/pykota-1.24HotFix2_official$ 
    4040    </screen> 
    4141  </para> 
     
    160160        is waiting for your connections, you have to create the print quota database. 
    161161        To do so, you'll have to feed <application>PostgreSQL</application> with the 
    162         <filename>pykota-1.24_official/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
     162        <filename>pykota-1.24HotFix2_official/initscripts/postgresql/pykota-postgresql.sql</filename> file. 
    163163        This file will create a print quota database administrator in the <application>PostgreSQL</application> system, then create an empty 
    164164        print quota database and set some permissions on it. The print quota database administrator 
     
    197197        From a command line interpreter (i.e. shell), type the following commands : 
    198198        <screen> 
    199 jerome@nordine:~$ cd pykota-1.24_official/initscripts/postgresql 
    200 jerome@nordine:~/pykota-1.24_official/initscripts$ psql -h localhost -U postgres template1 
     199jerome@nordine:~$ cd pykota-1.24HotFix2_official/initscripts/postgresql 
     200jerome@nordine:~/pykota-1.24HotFix2_official/initscripts$ psql -h localhost -U postgres template1 
    201201Welcome to psql, the PostgreSQL interactive terminal. 
    202202 
     
    233233pykota=# ALTER USER pykotauser PASSWORD 'anotherpassword'; 
    234234pykota=# \q 
    235 jerome@nordine:~/pykota-1.24_official/initscripts/postgresql$ 
     235jerome@nordine:~/pykota-1.24HotFix2_official/initscripts/postgresql$ 
    236236        </screen> 
    237237      </para> 
     
    479479        is waiting for your connections, you have to create the print quota database. 
    480480        To do so, you'll have to feed <application>MySQL</application> with the 
    481         <filename>pykota-1.24_official/initscripts/mysql/pykota-mysql.sql</filename> file. 
     481        <filename>pykota-1.24HotFix2_official/initscripts/mysql/pykota-mysql.sql</filename> file. 
    482482        This file will create an empty 
    483483        print quota database and set some permissions on it.  
     
    506506        From a command line interpreter (i.e. shell), type the following commands : 
    507507        <screen> 
    508 jerome@nordine:~$ cd pykota-1.24_official/initscripts/mysql 
    509 jerome@nordine:~/pykota-1.24_official/initscripts$ mysql &lt;pykota-mysql.sql 
     508jerome@nordine:~$ cd pykota-1.24HotFix2_official/initscripts/mysql 
     509jerome@nordine:~/pykota-1.24HotFix2_official/initscripts$ mysql &lt;pykota-mysql.sql 
    510510        </screen> 
    511511        <note>