Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (1 kB)

1
.. _i-qh:
2

    
3
Synnefo
4
-------
5

    
6
:ref:`synnefo <i-synnefo>` ||
7
:ref:`ns <i-ns>` ||
8
:ref:`apt <i-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
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
Quataholder Setup
23
+++++++++++++++++
24

    
25
The following apply to ``qh`` node. In the following sections
26
we will refer to its IP as ``qh.example.com`` . Make sure
27
you have db, mq, astakos, apache and gunicorn setup already.
28

    
29
First install the corresponding package:
30

    
31
.. code-block:: console
32

    
33
   # apt-get install snf-quotaholder-app
34

    
35
In `/etc/synnefo/quotaholder.conf` add:
36

    
37
.. code-block:: console
38

    
39
   QUOTAHOLDER_TOKEN = '1234'
40

    
41
and then run:
42

    
43
   # /etc/init.d/gunicorn restart
44
   # snf-manage syncdb --noinput
45

    
46

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

    
50
Visit ``http://accounts.example.com/im/`` and login with your credentials and see
51
current usage.