Changeset 3202 for pykota/trunk
- Timestamp:
- 07/09/07 21:53:04 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r3196 r3202 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.2 5_official.tar.gz38 jerome@nordine:~$ cd pykota-1.2 5_official39 jerome@nordine:~/pykota-1.2 5_official$37 jerome@nordine:~$ tar -zxf pykota-1.26_official.tar.gz 38 jerome@nordine:~$ cd pykota-1.26_official 39 jerome@nordine:~/pykota-1.26_official$ 40 40 </screen> 41 41 </para> … … 82 82 followed with the name of your distribution, like : 83 83 <screen> 84 jerome@nordine:~/pykota-1.2 5_official$ ./bin/pksetup debian84 jerome@nordine:~/pykota-1.26_official$ ./bin/pksetup debian 85 85 </screen> 86 86 and then follow the instructions and answer to the several questions you'll … … 196 196 is waiting for your connections, you have to create the print quota database. 197 197 To do so, you'll have to feed <application>PostgreSQL</application> with the 198 <filename>pykota-1.2 5_official/initscripts/postgresql/pykota-postgresql.sql</filename> file.198 <filename>pykota-1.26_official/initscripts/postgresql/pykota-postgresql.sql</filename> file. 199 199 This file will create a print quota database administrator in the <application>PostgreSQL</application> system, then create an empty 200 200 print quota database and set some permissions on it. The print quota database administrator … … 233 233 From a command line interpreter (i.e. shell), type the following commands : 234 234 <screen> 235 jerome@nordine:~$ cd pykota-1.2 5_official/initscripts/postgresql236 jerome@nordine:~/pykota-1.2 5_official/initscripts$ psql -h localhost -U postgres template1235 jerome@nordine:~$ cd pykota-1.26_official/initscripts/postgresql 236 jerome@nordine:~/pykota-1.26_official/initscripts$ psql -h localhost -U postgres template1 237 237 Welcome to psql, the PostgreSQL interactive terminal. 238 238 … … 269 269 pykota=# ALTER USER pykotauser PASSWORD 'anotherpassword'; 270 270 pykota=# \q 271 jerome@nordine:~/pykota-1.2 5_official/initscripts/postgresql$271 jerome@nordine:~/pykota-1.26_official/initscripts/postgresql$ 272 272 </screen> 273 273 </para> … … 515 515 is waiting for your connections, you have to create the print quota database. 516 516 To do so, you'll have to feed <application>MySQL</application> with the 517 <filename>pykota-1.2 5_official/initscripts/mysql/pykota-mysql.sql</filename> file.517 <filename>pykota-1.26_official/initscripts/mysql/pykota-mysql.sql</filename> file. 518 518 This file will create an empty 519 519 print quota database and set some permissions on it. … … 542 542 From a command line interpreter (i.e. shell), type the following commands : 543 543 <screen> 544 jerome@nordine:~$ cd pykota-1.2 5_official/initscripts/mysql545 jerome@nordine:~/pykota-1.2 5_official/initscripts$ mysql <pykota-mysql.sql544 jerome@nordine:~$ cd pykota-1.26_official/initscripts/mysql 545 jerome@nordine:~/pykota-1.26_official/initscripts$ mysql <pykota-mysql.sql 546 546 </screen> 547 547 <note>