doc/book/admin/setup.rst
branch3.27
changeset 12861 1983923e51cc
parent 12860 b09a3adb37be
child 12873 de90a96be6f0
equal deleted inserted replaced
12860:b09a3adb37be 12861:1983923e51cc
    17 
    17 
    18 - `Installation using docker`_
    18 - `Installation using docker`_
    19 - `Installation on Debian/Ubuntu`_
    19 - `Installation on Debian/Ubuntu`_
    20 - `Installation in a virtualenv`_
    20 - `Installation in a virtualenv`_
    21 - `Installation with pip`_
    21 - `Installation with pip`_
    22 - `Installation with easy_install`_
       
    23 - `Installation from tarball`_
    22 - `Installation from tarball`_
    24 
    23 
    25 If you are a power-user and need the very latest features, you will
    24 If you are a power-user and need the very latest features, you will
    26 
    25 
    27 - `Install from version control`_
    26 - `Install from version control`_
    30 and advanced features of |cubicweb|.
    29 and advanced features of |cubicweb|.
    31 
    30 
    32 .. _`Installation on Debian/Ubuntu`: DebianInstallation_
    31 .. _`Installation on Debian/Ubuntu`: DebianInstallation_
    33 .. _`Installation in a virtualenv`: VirtualenvInstallation_
    32 .. _`Installation in a virtualenv`: VirtualenvInstallation_
    34 .. _`Installation with pip`: PipInstallation_
    33 .. _`Installation with pip`: PipInstallation_
    35 .. _`Installation with easy_install`: EasyInstallInstallation_
       
    36 .. _`Installation from tarball`: TarballInstallation_
    34 .. _`Installation from tarball`: TarballInstallation_
    37 .. _`Install from version control`: MercurialInstallation_
    35 .. _`Install from version control`: MercurialInstallation_
    38 
    36 
    39 
    37 
    40 .. _DockerInstallation:
    38 .. _DockerInstallation:
   151 
   149 
   152 For example, installing the *blog cube* is achieved by::
   150 For example, installing the *blog cube* is achieved by::
   153 
   151 
   154   pip install cubicweb-blog
   152   pip install cubicweb-blog
   155 
   153 
   156 .. _EasyInstallInstallation:
       
   157 
       
   158 `easy_install` install
       
   159 ----------------------
       
   160 
       
   161 .. note::
       
   162 
       
   163    If you are not a Windows user and you have a compilation environment, we
       
   164    recommend you to use the PipInstallation_.
       
   165 
       
   166 `easy_install`_ is a python utility that helps downloading, installing, and
       
   167 managing python packages and their dependencies.
       
   168 
       
   169 Install |cubicweb| and its dependencies, run::
       
   170 
       
   171   easy_install cubicweb
       
   172 
       
   173 There is also a wide variety of :ref:`cubes <AvailableCubes>`. You can access a
       
   174 list of available cubes on `PyPI
       
   175 <http://pypi.python.org/pypi?%3Aaction=search&term=cubicweb&submit=search>`_
       
   176 or at the `CubicWeb.org Forge`_.
       
   177 
       
   178 For example, installing the *blog cube* is achieved by::
       
   179 
       
   180   easy_install cubicweb-blog
       
   181 
       
   182 .. note::
       
   183 
       
   184   If you encounter problem with :ref:`cubes <AvailableCubes>` installation,
       
   185   consider using :ref:`PipInstallation` which is more stable
       
   186   but can not installed pre-compiled binaries.
       
   187 
       
   188 .. _`easy_install`: http://packages.python.org/distribute/easy_install.html
       
   189 
       
   190 
       
   191 .. _SourceInstallation:
   154 .. _SourceInstallation:
   192 
   155 
   193 Install from source
   156 Install from source
   194 -------------------
   157 -------------------
   195 
   158