Revision c52d1b08 docs/setup.rst

b/docs/setup.rst
3 3

  
4 4
Kamaki is easy to install from source or as a package. Some ui features are optional and can be install separately. Kamaki behavior can be configured in the kamaki config file.
5 5

  
6
Quick Setup
7
-----------
8

  
9
Kamaki interfaces rely on a list of configuration options. Be default, they are configured to communicate with the `Okeanos IaaS <http://okeanos.grnet.gr>`_.
10

  
11
.. note:: 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:
12

  
13
.. code-block:: console
14
    :emphasize-lines: 1
15

  
16
    Example 1.1: Set user token to myt0k3n==
17

  
18
    $ kamaki set token myt0k3n==
19

  
20
To use the storage service, a user should also provide the corresponding user-name:
21

  
22
.. code-block:: console
23
    :emphasize-lines: 1
24

  
25
    Example 1.2: Set user name to user@domain.com
26

  
27
    $ kamaki set store.account user@domain.com
28

  
6 29
Optional features
7 30
-----------------
8 31

  

Also available in: Unified diff