doc/book/en/admin/setup.rst
branchstable
changeset 6310 554da7585fba
parent 6305 3a87eaf226f6
child 6716 494d4465f032
equal deleted inserted replaced
6309:9f03e3c32676 6310:554da7585fba
    72 .. _pip: http://pypi.python.org/pypi/pip
    72 .. _pip: http://pypi.python.org/pypi/pip
    73 .. _pypi: http://pypi.python.org/pypi?%3Aaction=search&term=cubicweb
    73 .. _pypi: http://pypi.python.org/pypi?%3Aaction=search&term=cubicweb
    74 
    74 
    75 .. _SourceInstallation:
    75 .. _SourceInstallation:
    76 
    76 
       
    77 .. warning::
       
    78 
       
    79   This method may still have hiccups. If it does not work for you,
       
    80   please consider installing from version control system
       
    81   (:ref:`MercurialInstallation`).
       
    82 
    77 Install from source
    83 Install from source
    78 ```````````````````
    84 ```````````````````
    79 
    85 
    80 You can download the archive containing the sources from our `ftp site`_ at::
    86 You can download the archive containing the sources from our `ftp site`_ at::
    81 
    87 
   110 
   116 
   111 When cloning a repository, you might be set in a development branch
   117 When cloning a repository, you might be set in a development branch
   112 (the 'default' branch). You should check that the branches of the
   118 (the 'default' branch). You should check that the branches of the
   113 repositories are set to 'stable' (using `hg up stable` for each one)
   119 repositories are set to 'stable' (using `hg up stable` for each one)
   114 if you do not intend to develop the framework itself.
   120 if you do not intend to develop the framework itself.
       
   121 
       
   122 Even better, `hg tags` will display a list of tags in reverse
       
   123 chronological order. One reasonnable way to get to a working version
       
   124 is to pick the latest published version (as done by the `clone_deps`
       
   125 script). These look like `cubicweb-debian-version-3.9.7-1`. Typing::
       
   126 
       
   127  hg update cubicweb-debian-version-3.9.7-1
       
   128 
       
   129 will update the repository files to this version.
   115 
   130 
   116 Make sure you also have all the :ref:`InstallDependencies`.
   131 Make sure you also have all the :ref:`InstallDependencies`.
   117 
   132 
   118 
   133 
   119 .. _WindowsInstallation:
   134 .. _WindowsInstallation: