# HG changeset patch # User Aurelien Campeas # Date 1248265148 -7200 # Node ID 46c83be959b706c8f336e844eea010934d941644 # Parent 321a8765498841dd06db7487eebda63370e340a3 a note about branches diff -r 321a87654988 -r 46c83be959b7 doc/book/en/admin/setup.rst --- a/doc/book/en/admin/setup.rst Tue Jul 21 12:59:31 2009 +0200 +++ b/doc/book/en/admin/setup.rst Wed Jul 22 14:19:08 2009 +0200 @@ -47,7 +47,7 @@ There is also a wide variety of cubes listed on http://www.cubicweb.org/Project available as debian packages and tarball. The repositories are signed with `Logilab's gnupg key`_. To avoid warning on "apt-get update": -1. become root using sudo +1. become root using sudo 2. download http://ftp.logilab.org/dists/logilab-dists-key.asc using e.g. wget 3. run "apt-key add logilab-dists-key.asc" 4. re-run apt-get update (manually or through the package manager, whichever you prefer) @@ -69,6 +69,10 @@ hg fclone http://www.logilab.org/hg/forests/cubicweb See :ref:`MercurialPresentation` for more details about Mercurial. +When cloning a repository, you might be set in a development branch +(the 'default' branch). You should check that the branches of the +repositories are set to 'stable' (using `hg up stable` for each one) +if you do not intend to develop the framework itself. Postgres installation `````````````````````