doc/book/en/admin/setup.rst
changeset 4431 e597e0ca67cd
parent 4065 6e8da644d996
child 4436 294e084f1263
equal deleted inserted replaced
4430:0b6a069eb29e 4431:e597e0ca67cd
    51 3. run "apt-key add logilab-dists-key.asc"
    51 3. run "apt-key add logilab-dists-key.asc"
    52 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    52 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    53 
    53 
    54 .. _`Logilab's gnupg key`: http://ftp.logilab.org/dists/logilab-dists-key.asc
    54 .. _`Logilab's gnupg key`: http://ftp.logilab.org/dists/logilab-dists-key.asc
    55 
    55 
       
    56 .. _SourceInstallation:
       
    57 
    56 Install from source
    58 Install from source
    57 ```````````````````
    59 ```````````````````
    58 
    60 
    59 You can download the archive containing the sources from our `ftp site`_ at::
    61 You can download the archive containing the sources from our `ftp site`_ at::
    60 
    62 
    80 if you do not intend to develop the framework itself.
    82 if you do not intend to develop the framework itself.
    81 
    83 
    82 Do not forget to update the forest itself (using `cd path/to/forest ; hg up`).
    84 Do not forget to update the forest itself (using `cd path/to/forest ; hg up`).
    83 
    85 
    84 Make sure you have installed the dependencies (see appendixes for the list).
    86 Make sure you have installed the dependencies (see appendixes for the list).
       
    87 
       
    88 .. _WindowsInstallation:
    85 
    89 
    86 Windows installation
    90 Windows installation
    87 ````````````````````
    91 ````````````````````
    88 
    92 
    89 Base elements
    93 Base elements