# HG changeset patch # User Aurelien Campeas # Date 1285177382 -7200 # Node ID 554da7585fba8642386300d6347fb2a25acdb97d # Parent 9f03e3c32676f4c510c8e810c00d54488d74ec0e [doc/book] more notes on setup diff -r 9f03e3c32676 -r 554da7585fba doc/book/en/admin/setup.rst --- a/doc/book/en/admin/setup.rst Wed Sep 22 18:23:42 2010 +0200 +++ b/doc/book/en/admin/setup.rst Wed Sep 22 19:43:02 2010 +0200 @@ -74,6 +74,12 @@ .. _SourceInstallation: +.. warning:: + + This method may still have hiccups. If it does not work for you, + please consider installing from version control system + (:ref:`MercurialInstallation`). + Install from source ``````````````````` @@ -113,6 +119,15 @@ repositories are set to 'stable' (using `hg up stable` for each one) if you do not intend to develop the framework itself. +Even better, `hg tags` will display a list of tags in reverse +chronological order. One reasonnable way to get to a working version +is to pick the latest published version (as done by the `clone_deps` +script). These look like `cubicweb-debian-version-3.9.7-1`. Typing:: + + hg update cubicweb-debian-version-3.9.7-1 + +will update the repository files to this version. + Make sure you also have all the :ref:`InstallDependencies`.