.. _i-apt: Synnefo ------- :ref:`synnefo ` || :ref:`ns ` || apt || :ref:`mq ` || :ref:`db ` || :ref:`gunicorn ` || :ref:`apache ` || :ref:`webproject ` || :ref:`astakos ` || :ref:`cms ` || :ref:`pithos ` || :ref:`cyclades ` || :ref:`kamaki ` || :ref:`backends ` APT Setup +++++++++ The following apply to ``synnefo`` nodes. To be able to download all synnefo components, you need to add the following lines in `/etc/apt/sources.list.d/synnefo.list` file: .. code-block:: console deb http://apt2.dev.grnet.gr stable/ deb-src http://apt2.dev.grnet.gr stable/ deb http://backports.debian.org/debian-backports squeeze-backports main deb http://www.rabbitmq.com/debian/ testing main Import the additional repos' GPG key and get the packages list: .. code-block:: console # wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc # apt-key add rabbitmq-signing-key-public.asc # curl https://dev.grnet.gr/files/apt-grnetdev.pub | apt-key add - # apt-get update Test your Setup: ++++++++++++++++ .. code-block:: console apt-cache policy synnefo