doc/book/admin/setup.rst
changeset 10542 53a2b00b6758
parent 10523 f245d865821e
child 10543 94af55569598
equal deleted inserted replaced
10541:03bae22c8d0e 10542:53a2b00b6758
    64   deb http://download.logilab.org/production/ precise/
    64   deb http://download.logilab.org/production/ precise/
    65 
    65 
    66 The repositories are signed with the `Logilab's gnupg key`_. You can download
    66 The repositories are signed with the `Logilab's gnupg key`_. You can download
    67 and register the key to avoid warnings::
    67 and register the key to avoid warnings::
    68 
    68 
    69   wget -q http://download.logilab.org/logilab-dists-key.asc -O- | sudo apt-key add -
    69   wget -O/etc/apt/trusted.gpg.d/logilab.gpg https://www.logilab.fr/logilab-debian-keyring.gpg
    70 
    70 
    71 Update your list of packages and perform the installation::
    71 Update your list of packages and perform the installation::
    72 
    72 
    73   apt-get update
    73   apt-get update
    74   apt-get install cubicweb cubicweb-dev
    74   apt-get install cubicweb cubicweb-dev
    92 
    92 
    93   * `cubicweb-mysql-support` contains the necessary dependencies for using
    93   * `cubicweb-mysql-support` contains the necessary dependencies for using
    94     :ref:`cubicweb with mysql database <MySqlConfiguration>`.
    94     :ref:`cubicweb with mysql database <MySqlConfiguration>`.
    95 
    95 
    96 .. _`list of sources`: http://wiki.debian.org/SourcesList
    96 .. _`list of sources`: http://wiki.debian.org/SourcesList
    97 .. _`Logilab's gnupg key`: http://download.logilab.org/logilab-dists-key.asc
    97 .. _`Logilab's gnupg key`: https://www.logilab.fr/logilab-debian-keyring.gpg
    98 .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/
    98 .. _`CubicWeb.org Forge`: http://www.cubicweb.org/project/
    99 
    99 
   100 .. _WindowsInstallation:
   100 .. _WindowsInstallation:
   101 
   101 
   102 Windows Install
   102 Windows Install