Synnefo

synnefo || ns || apt || mq || db || gunicorn || apache || webproject || astakos || qh || cms || pithos || cyclades || kamaki || 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:

deb http://apt.dev.grnet.gr squeeze main
deb-src http://apt.dev.grnet.gr squeeze main
deb http://apt.dev.grnet.gr squeeze-backports main
deb-src http://apt.dev.grnet.gr squeeze-backports main
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:

# 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:

apt-cache policy synnefo

Table Of Contents

This Page