Revision 961e6040 docs/usage.rst

b/docs/usage.rst
5 5

  
6 6
What's more, kamaki offers a clients API that allows the development of external applications for synnefo. The clients API is listed in the `Clients lib <clients.html>`_ section. The recommended method of utilizing this API is explained in the present.
7 7

  
8
Setup
9
-----
8
Quick Setup
9
-----------
10 10

  
11 11
Kamaki interfaces rely on a list of configuration options. In the initial state, kamaki is configured to communicate with the Okeanos IaaS. A detailed guide for setting up kamaki can be found in the `Setup <setup.html>`_ section.
12 12

  
13
Quick guide
14
^^^^^^^^^^^
15

  
16
It is essential for users to get a configuration token (to get in Okeanos.grnet.gr log `here <https://accounts.okeanos.grnet.gr/im/>`_) and provide it to kamaki:
13
It is essential for users to get a configuration token (okeanos.grnet.gr users go `here <https://accounts.okeanos.grnet.gr/im/>`_) and provide it to kamaki:
17 14

  
18 15
.. code-block:: console
19 16
    :emphasize-lines: 1
20 17

  
21
    Example 1.1.1: Set user token to myt0k3n==
18
    Example 1.1: Set user token to myt0k3n==
22 19

  
23 20
    $ kamaki set token myt0k3n==
24 21

  
......
27 24
.. code-block:: console
28 25
    :emphasize-lines: 1
29 26

  
30
    Example 1.1.2: Set user name to user@domain.com
27
    Example 1.2: Set user name to user@domain.com
31 28

  
32 29
    $ kamaki set account user@domain.com
33 30

  

Also available in: Unified diff