Statistics
| Branch: | Tag: | Revision:

root / docs / scale / i-apt.rst @ 84809111

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:`qh <i-qh>` ||
16
:ref:`cms <i-cms>` ||
17
:ref:`pithos <i-pithos>` ||
18
:ref:`cyclades <i-cyclades>` ||
19
:ref:`kamaki <i-kamaki>` ||
20
:ref:`backends <i-backends>`
21

    
22
APT Setup
23
+++++++++
24

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

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

    
30
.. code-block:: console
31

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

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

    
41
.. code-block:: console
42

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

    
48

    
49
Test your Setup:
50
++++++++++++++++
51

    
52
.. code-block:: console
53

    
54
   apt-cache policy synnefo