Revision b1996c81 snf-app/docs/index.rst

b/snf-app/docs/index.rst
1
.. _snf-asterias-app:
1
.. _snf-cyclades-app:
2 2

  
3
Component snf-asterias-app
3
Component snf-cyclades-app
4 4
==========================
5 5

  
6
synnefo component :ref:`snf-asterias-app <snf-asterias-app>` defines
7
the web application for asterias. It includes the following:
6
synnefo component :ref:`snf-cyclades-app <snf-cyclades-app>` defines
7
the web application for cyclades. It includes the following:
8 8

  
9 9
    * A set of Django applications that define among others:
10 10
        * web UI
......
21 21
--------------
22 22

  
23 23
The logic dispatcher provides the context to run the business logic layer of
24
:ref:`asterias <snf-asterias>`. It must run on :ref:`LOGIC <LOGIC_NODE>` nodes.
24
:ref:`cyclades <snf-cyclades>`. It must run on :ref:`LOGIC <LOGIC_NODE>` nodes.
25 25

  
26 26
The dispatcher retrieves messages from the queue, over AMQP, and calls the
27 27
appropriate handler function, based on the type of the message.
......
32 32
---------
33 33

  
34 34
command :command:`snf-admin` provides the command-line admin interface
35
for :ref:`asterias <snf-asterias>`.
35
for :ref:`cyclades <snf-cyclades>`.
36 36

  
37 37
Package installation
38 38
--------------------
......
40 40
.. todo:: kpap: verify instructions for installation from source.
41 41

  
42 42
Use ``pip`` to install the latest version of the package from source,
43
or request a specific version as ``snf-asterias-app==x.y.z``.
43
or request a specific version as ``snf-cyclades-app==x.y.z``.
44 44

  
45 45
.. code-block:: console
46 46

  
47
   $ pip install snf-asterias-app -f https://docs.dev.grnet.gr/pypi
47
   $ pip install snf-cyclades-app -f https://docs.dev.grnet.gr/pypi
48 48

  
49
On Debian Squeeze, install the ``snf-asterias-app`` Debian package.
49
On Debian Squeeze, install the ``snf-cyclades-app`` Debian package.
50 50

  
51 51
Package configuration
52 52
---------------------
......
55 55
***************
56 56

  
57 57
Please see the configuration section of :ref:`snf-webproject <snf-webproject>`
58
on how to serve :ref:`snf-asterias-app <snf-asterias-app>` as part of a
58
on how to serve :ref:`snf-cyclades-app <snf-cyclades-app>` as part of a
59 59
Django project.
60 60

  
61 61
snf-dispatcher
......
82 82
Package settings
83 83
----------------
84 84

  
85
Component :ref:`snf-asterias-app <snf-asterias-app>` requires the following
85
Component :ref:`snf-cyclades-app <snf-cyclades-app>` requires the following
86 86
settings, as managed by :ref:`snf-common <snf-common>`:
87 87

  
88 88
.. literalinclude:: ../synnefo/app_settings/default/api.py

Also available in: Unified diff