doc/book/en/admin/setup.rst
changeset 2458 4d114865098f
parent 2449 888d698af3f9
parent 2393 6190852af97f
child 2476 1294a6bdf3bf
equal deleted inserted replaced
2457:d0f31e119936 2458:4d114865098f
    50 1. become root using sudo
    50 1. become root using sudo
    51 2. download http://ftp.logilab.org/dists/logilab-dists-key.asc using e.g. wget
    51 2. download http://ftp.logilab.org/dists/logilab-dists-key.asc using e.g. wget
    52 3. run "apt-key add logilab-dists-key.asc"
    52 3. run "apt-key add logilab-dists-key.asc"
    53 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    53 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    54 
    54 
    55 .. `Logilab's gnupg key` _http://ftp.logilab.org/dists/logilab-dists-key.asc
    55 .. _`Logilab's gnupg key`: http://ftp.logilab.org/dists/logilab-dists-key.asc
    56 
    56 
    57 Install from source
    57 Install from source
    58 ```````````````````
    58 ```````````````````
    59 
    59 
    60 You can download the archive containing the sources from our `ftp site`_ at::
    60 You can download the archive containing the sources from our `ftp site`_ at::
    71 See :ref:`MercurialPresentation` for more details about Mercurial.
    71 See :ref:`MercurialPresentation` for more details about Mercurial.
    72 When cloning a repository, you might be set in a development branch
    72 When cloning a repository, you might be set in a development branch
    73 (the 'default' branch). You should check that the branches of the
    73 (the 'default' branch). You should check that the branches of the
    74 repositories are set to 'stable' (using `hg up stable` for each one)
    74 repositories are set to 'stable' (using `hg up stable` for each one)
    75 if you do not intend to develop the framework itself.
    75 if you do not intend to develop the framework itself.
       
    76 
       
    77 In both cases, make sure you have installed the dependencies (see appendixes for
       
    78 the list).
    76 
    79 
    77 Postgres installation
    80 Postgres installation
    78 `````````````````````
    81 `````````````````````
    79 
    82 
    80 Please refer to the `Postgresql project online documentation`_.
    83 Please refer to the `Postgresql project online documentation`_.