25 | | Now we will see what has to be done on these servers. |
| 25 | Finally you have to download <application>PyKota</application>'s latest version |
| 26 | or buy an official package, from |
| 27 | <ulink url="http://www.librelogiciel.com/software/">http://www.librelogiciel.com/software/</ulink>. |
| 28 | If you've just bought an official package, then as soon as you've receive it you |
| 29 | have to decompress and visit its archive, to do so just type the following commands : |
| 30 | <screen> |
| 31 | jerome@nordine:~$ tar -zxf pykota-1.02-official.tar.gz |
| 32 | jerome@nordine:~$ cd pykota-1.02-official |
| 33 | jerome@nordine:~/pykota-1.02-official$ |
| 34 | </screen> |
| 35 | </para> |
| 36 | |
| 37 | <para> |
| 38 | You can see many files in this directory, the first ones to read are <filename>README</filename>, |
| 39 | then <filename>COPYING</filename> and <filename>LICENSE</filename>. They will give you |
| 40 | basic installation instructions and explain the licensing terms under which |
| 41 | <application>PyKota</application> is distributed. Of course they are also mostly |
| 42 | boring to read ! Detailed installation and operating instructions are defined |
| 43 | in the <filename>./docs</filename> directory, in the form of <acronym>SGML</acronym> |
| 44 | documentation in the <ulink url="http://www.docbook.org">DocBook</ulink> format. |
| 45 | You have to compile these files into readable documentation like the <acronym>HTML</acronym> |
| 46 | or <acronym>PDF</acronym> formats, or buy an official <application>PyKota</application> package |
| 47 | which already contains these compiled forms of the documentation. |
| 48 | </para> |
| 49 | |
| 50 | <para> |
| 51 | Now we will see what has to be done on each of the servers we are planning to use. |