doc/book/en/admin/setup.rst
changeset 2420 46c83be959b7
parent 2239 0f12f1ebf27c
child 2445 6f065b366d14
equal deleted inserted replaced
2402:321a87654988 2420:46c83be959b7
    45 develop new cubes.
    45 develop new cubes.
    46 
    46 
    47 There is also a wide variety of cubes listed on http://www.cubicweb.org/Project available as debian packages and tarball.
    47 There is also a wide variety of cubes listed on http://www.cubicweb.org/Project available as debian packages and tarball.
    48 
    48 
    49 The repositories are signed with `Logilab's gnupg key`_. To avoid warning on "apt-get update":
    49 The repositories are signed with `Logilab's gnupg key`_. To avoid warning on "apt-get update":
    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
    67 extension::
    67 extension::
    68 
    68 
    69   hg fclone http://www.logilab.org/hg/forests/cubicweb
    69   hg fclone http://www.logilab.org/hg/forests/cubicweb
    70 
    70 
    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
       
    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)
       
    75 if you do not intend to develop the framework itself.
    72 
    76 
    73 Postgres installation
    77 Postgres installation
    74 `````````````````````
    78 `````````````````````
    75 
    79 
    76 Please refer to the `Postgresql project online documentation`_.
    80 Please refer to the `Postgresql project online documentation`_.