Changeset 2915 for pykota/tags/1.24HotFix3/docs
- Timestamp:
- 06/03/06 13:41:08 (18 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/tags/1.24HotFix3/docs/installation.sgml
r2909 r2915 35 35 have to decompress and visit its archive, to do so just type the following commands : 36 36 <screen> 37 jerome@nordine:~$ tar -zxf pykota-1.24 _official.tar.gz38 jerome@nordine:~$ cd pykota-1.24 _official39 jerome@nordine:~/pykota-1.24 _official$37 jerome@nordine:~$ tar -zxf pykota-1.24HotFix3_official.tar.gz 38 jerome@nordine:~$ cd pykota-1.24HotFix3_official 39 jerome@nordine:~/pykota-1.24HotFix3_official$ 40 40 </screen> 41 41 </para> … … 160 160 is waiting for your connections, you have to create the print quota database. 161 161 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.24HotFix3_official/initscripts/postgresql/pykota-postgresql.sql</filename> file. 163 163 This file will create a print quota database administrator in the <application>PostgreSQL</application> system, then create an empty 164 164 print quota database and set some permissions on it. The print quota database administrator … … 197 197 From a command line interpreter (i.e. shell), type the following commands : 198 198 <screen> 199 jerome@nordine:~$ cd pykota-1.24 _official/initscripts/postgresql200 jerome@nordine:~/pykota-1.24 _official/initscripts$ psql -h localhost -U postgres template1199 jerome@nordine:~$ cd pykota-1.24HotFix3_official/initscripts/postgresql 200 jerome@nordine:~/pykota-1.24HotFix3_official/initscripts$ psql -h localhost -U postgres template1 201 201 Welcome to psql, the PostgreSQL interactive terminal. 202 202 … … 233 233 pykota=# ALTER USER pykotauser PASSWORD 'anotherpassword'; 234 234 pykota=# \q 235 jerome@nordine:~/pykota-1.24 _official/initscripts/postgresql$235 jerome@nordine:~/pykota-1.24HotFix3_official/initscripts/postgresql$ 236 236 </screen> 237 237 </para> … … 479 479 is waiting for your connections, you have to create the print quota database. 480 480 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.24HotFix3_official/initscripts/mysql/pykota-mysql.sql</filename> file. 482 482 This file will create an empty 483 483 print quota database and set some permissions on it. … … 506 506 From a command line interpreter (i.e. shell), type the following commands : 507 507 <screen> 508 jerome@nordine:~$ cd pykota-1.24 _official/initscripts/mysql509 jerome@nordine:~/pykota-1.24 _official/initscripts$ mysql <pykota-mysql.sql508 jerome@nordine:~$ cd pykota-1.24HotFix3_official/initscripts/mysql 509 jerome@nordine:~/pykota-1.24HotFix3_official/initscripts$ mysql <pykota-mysql.sql 510 510 </screen> 511 511 <note>