doc/book/admin/setup.rst
branch3.27
changeset 12857 24a15a69b84a
parent 12658 fdd7165fe1f3
child 12858 f021b9b887a9
equal deleted inserted replaced
12856:a82e56d4814a 12857:24a15a69b84a
    14 
    14 
    15 Depending on your needs, you will chose a different way to install CubicWeb on
    15 Depending on your needs, you will chose a different way to install CubicWeb on
    16 your system:
    16 your system:
    17 
    17 
    18 - `Installation on Debian/Ubuntu`_
    18 - `Installation on Debian/Ubuntu`_
    19 - `Installation on Windows`_
       
    20 - `Installation in a virtualenv`_
    19 - `Installation in a virtualenv`_
    21 - `Installation with pip`_
    20 - `Installation with pip`_
    22 - `Installation with easy_install`_
    21 - `Installation with easy_install`_
    23 - `Installation from tarball`_
    22 - `Installation from tarball`_
    24 
    23 
    28 
    27 
    29 Once the software is installed, move on to :ref:`ConfigEnv` for better control
    28 Once the software is installed, move on to :ref:`ConfigEnv` for better 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 on Windows`: WindowsInstallation_
       
    34 .. _`Installation in a virtualenv`: VirtualenvInstallation_
    32 .. _`Installation in a virtualenv`: VirtualenvInstallation_
    35 .. _`Installation with pip`: PipInstallation_
    33 .. _`Installation with pip`: PipInstallation_
    36 .. _`Installation with easy_install`: EasyInstallInstallation_
    34 .. _`Installation with easy_install`: EasyInstallInstallation_
    37 .. _`Installation from tarball`: TarballInstallation_
    35 .. _`Installation from tarball`: TarballInstallation_
    38 .. _`Install from version control`: MercurialInstallation_
    36 .. _`Install from version control`: MercurialInstallation_
    83 
    81 
    84 .. _`list of sources`: http://wiki.debian.org/SourcesList
    82 .. _`list of sources`: http://wiki.debian.org/SourcesList
    85 .. _`Logilab's gnupg key`: https://www.logilab.fr/logilab-debian-keyring.gpg
    83 .. _`Logilab's gnupg key`: https://www.logilab.fr/logilab-debian-keyring.gpg
    86 .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/
    84 .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/
    87 
    85 
    88 .. _WindowsInstallation:
       
    89 
       
    90 Windows Install
       
    91 ---------------
       
    92 
       
    93 You need to have `python`_ version >= 2.5 and < 3 installed.
       
    94 
       
    95 If you want an automated install, your best option is probably the
       
    96 :ref:`EasyInstallInstallation`. EasyInstall is a tool that helps users to
       
    97 install python packages along with their dependencies, searching for suitable
       
    98 pre-compiled binaries on the `The Python Package Index`_.
       
    99 
       
   100 If you want better control over the process as well as a suitable development
       
   101 environment or if you are having problems with `easy_install`, read on to
       
   102 :ref:`SetUpWindowsEnv`.
       
   103 
       
   104 .. _python:  http://www.python.org/
       
   105 .. _`The Python Package Index`: http://pypi.python.org
       
   106 
       
   107 .. _VirtualenvInstallation:
    86 .. _VirtualenvInstallation:
   108 
    87 
   109 `Virtualenv` install
    88 `Virtualenv` install
   110 --------------------
    89 --------------------
   111 
    90