doc/book/en/admin/setup.rst
branchstable
changeset 7099 ee9f1e1890e0
parent 6880 4be32427b2b9
child 7226 e88c57c10b34
equal deleted inserted replaced
7098:78bfe257cb16 7099:ee9f1e1890e0
    34 ```````````````````````````
    34 ```````````````````````````
    35 
    35 
    36 Depending on the distribution you are using, add the appropriate line to your
    36 Depending on the distribution you are using, add the appropriate line to your
    37 list of sources (for example by editing ``/etc/apt/sources.list``).
    37 list of sources (for example by editing ``/etc/apt/sources.list``).
    38 
    38 
    39 For Debian Lenny::
    39 For Debian Squeeze (stable)::
    40 
    40 
    41   deb http://ftp.logilab.org/dists/ lenny/
    41   deb http://download.logilab.org/production/ squeeze/
    42 
    42 
    43 For Debian Sid::
    43 For Debian Sid (unstable)::
    44 
    44 
    45   deb http://ftp.logilab.org/dists/ sid/
    45   deb http://download.logilab.org/production/ sid/
    46 
    46 
    47 For Ubuntu Hardy::
    47 For Ubuntu Lucid (Long Term Support)::
    48 
    48 
    49   deb http://ftp.logilab.org/dists/ hardy/
    49   deb http://download.logilab.org/production/ lucid/
    50 
    50 
    51 
    51 
    52 You can now install the required packages with the following command::
    52 You can now install the required packages with the following command::
    53 
    53 
    54   apt-get update
    54   apt-get update
    73 
    73 
    74 The repositories are signed with `Logilab's gnupg key`_. To avoid warning on
    74 The repositories are signed with `Logilab's gnupg key`_. To avoid warning on
    75 "apt-get update":
    75 "apt-get update":
    76 
    76 
    77 1. become root using sudo
    77 1. become root using sudo
    78 2. download http://ftp.logilab.org/dists/logilab-dists-key.asc using e.g. wget
    78 2. download http://download.logilab.org/logilab-dists-key.asc using e.g. wget
    79 3. run "apt-key add logilab-dists-key.asc"
    79 3. run "apt-key add logilab-dists-key.asc"
    80 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    80 4. re-run apt-get update (manually or through the package manager, whichever you prefer)
    81 
    81 
    82 .. _`Logilab's gnupg key`: http://ftp.logilab.org/dists/logilab-dists-key.asc
    82 .. _`Logilab's gnupg key`: http://download.logilab.org/logilab-dists-key.asc
    83 .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/
    83 .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/
    84 .. _`cubicweb with other database`: DatabaseInstallation_
    84 .. _`cubicweb with other database`: DatabaseInstallation_
    85 .. _`cubicweb with postgresql datatabase` : PostgresqlConfiguration_
    85 .. _`cubicweb with postgresql datatabase` : PostgresqlConfiguration_
    86 .. _`cubicweb with mysql database` : MySqlConfiguration_
    86 .. _`cubicweb with mysql database` : MySqlConfiguration_
    87 
    87 
   167 Install from source
   167 Install from source
   168 ```````````````````
   168 ```````````````````
   169 
   169 
   170 .. _TarballInstallation:
   170 .. _TarballInstallation:
   171 
   171 
   172 You can download the archive containing the sources from our `ftp site`_ at::
   172 You can download the archive containing the sources from our `download site`_ at::
   173 
   173 
   174   http://ftp.logilab.org/pub/cubicweb/
   174   http://download.logilab.org/pub/cubicweb/
   175 
   175 
   176 .. _`ftp site`: http://ftp.logilab.org/pub/cubicweb/
   176 .. _`download site`: http://download.logilab.org/pub/cubicweb/
   177 
   177 
   178 Make sure you also have all the :ref:`InstallDependencies`.
   178 Make sure you also have all the :ref:`InstallDependencies`.
   179 
   179 
   180 .. _MercurialInstallation:
   180 .. _MercurialInstallation:
   181 
   181 
   266 
   266 
   267 Please be careful to select the right python (2.5) and postgres (8.4) versions.
   267 Please be careful to select the right python (2.5) and postgres (8.4) versions.
   268 
   268 
   269 A windows compiled recent version of gettext::
   269 A windows compiled recent version of gettext::
   270 
   270 
   271   http://ftp.logilab.org/pub/gettext/gettext-0.17-win32-setup.exe
   271   http://download.logilab.org/pub/gettext/gettext-0.17-win32-setup.exe
   272 
   272 
   273 A pre-compiled version of rql for windows (take care of retrieving the
   273 A pre-compiled version of rql for windows (take care of retrieving the
   274 most recent version available there)::
   274 most recent version available there)::
   275 
   275 
   276   http://ftp.logilab.org/pub/rql/rql-0.23.0.win32-py2.5.exe
   276   http://download.logilab.org/pub/rql/rql-0.23.0.win32-py2.5.exe
   277 
   277 
   278 Pyro enables remote access to cubicweb repository instances. Get it there::
   278 Pyro enables remote access to cubicweb repository instances. Get it there::
   279 
   279 
   280   http://sourceforge.net/projects/pyro/files/
   280   http://sourceforge.net/projects/pyro/files/
   281 
   281