Statistics
| Branch: | Tag: | Revision:

root / docs / i-apt.rst @ 61a1b2d2

History | View | Annotate | Download (1.3 kB)

1
.. _i-apt:
2

    
3
Synnefo
4
-------
5

    
6
:ref:`synnefo <i-synnefo>` ||
7
:ref:`ns <i-ns>` ||
8
apt ||
9
:ref:`mq <i-mq>` ||
10
:ref:`db <i-db>` ||
11
:ref:`gunicorn <i-gunicorn>` ||
12
:ref:`apache <i-apache>` ||
13
:ref:`webproject <i-webproject>` ||
14
:ref:`astakos <i-astakos>` ||
15
:ref:`cms <i-cms>` ||
16
:ref:`pithos <i-pithos>` ||
17
:ref:`cyclades <i-cyclades>` ||
18
:ref:`kamaki <i-kamaki>` ||
19
:ref:`backends <i-backends>`
20

    
21
APT Setup
22
+++++++++
23

    
24
The following apply to ``synnefo`` nodes.
25

    
26
To be able to download all synnefo components, you need to add the following
27
lines in `/etc/apt/sources.list.d/synnefo.list` file:
28

    
29
.. code-block:: console
30

    
31
    deb http://apt.dev.grnet.gr squeeze main
32
    deb-src http://apt.dev.grnet.gr squeeze main
33
    deb http://apt.dev.grnet.gr squeeze-backports main
34
    deb-src http://apt.dev.grnet.gr squeeze-backports main
35
    deb http://backports.debian.org/debian-backports squeeze-backports main
36
    deb http://www.rabbitmq.com/debian/ testing main
37

    
38
Import the additional repos' GPG key and get the packages list:
39

    
40
.. code-block:: console
41

    
42
   # wget http://www.rabbitmq.com/rabbitmq-signing-key-public.asc
43
   # apt-key add rabbitmq-signing-key-public.asc
44
   # curl https://dev.grnet.gr/files/apt-grnetdev.pub | apt-key add -
45
   # apt-get update
46

    
47

    
48
Test your Setup:
49
++++++++++++++++