Changeset 2820
- Timestamp:
- 03/29/06 00:17:15 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/docs/installation.sgml
r2577 r2820 29 29 have to decompress and visit its archive, to do so just type the following commands : 30 30 <screen> 31 jerome@nordine:~$ tar -zxf pykota-1.2 3_official.tar.gz32 jerome@nordine:~$ cd pykota-1.2 3_official33 jerome@nordine:~/pykota-1.2 3_official$31 jerome@nordine:~$ tar -zxf pykota-1.24_official.tar.gz 32 jerome@nordine:~$ cd pykota-1.24_official 33 jerome@nordine:~/pykota-1.24_official$ 34 34 </screen> 35 35 </para> … … 154 154 is waiting for your connections, you have to create the Quota Storage DataBase. 155 155 To do so, you'll have to feed <application>PostgreSQL</application> with the 156 <filename>pykota-1.2 3/initscripts/postgresql/pykota-postgresql.sql</filename> file.156 <filename>pykota-1.24/initscripts/postgresql/pykota-postgresql.sql</filename> file. 157 157 This file will create a Quota DataBase administrator in the <application>PostgreSQL</application> system, then create an empty 158 158 Quota DataBase and set some permissions on it. The Quota DataBase administrator … … 188 188 From a command line interpreter (i.e. shell), type the following commands : 189 189 <screen> 190 jerome@nordine:~$ cd pykota-1.2 3_official/initscripts/postgresql191 jerome@nordine:~/pykota-1.2 3_official/initscripts$ psql -h localhost -U postgres template1190 jerome@nordine:~$ cd pykota-1.24_official/initscripts/postgresql 191 jerome@nordine:~/pykota-1.24_official/initscripts$ psql -h localhost -U postgres template1 192 192 Welcome to psql, the PostgreSQL interactive terminal. 193 193 … … 229 229 ALTER USER 230 230 pykota=# \q 231 jerome@nordine:~/pykota-1.2 3_official/initscripts/postgresql$231 jerome@nordine:~/pykota-1.24_official/initscripts/postgresql$ 232 232 </screen> 233 233 </para> … … 418 418 419 419 <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. 422 429 </para> 423 430 </sect2> … … 518 525 <listitem> 519 526 <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. 521 533 </para> 522 534 </listitem>