Revision 904091dd docs/installation.rst

b/docs/installation.rst
89 89

  
90 90
    $ sudo apt-get install python-mock=1.0.1
91 91

  
92
.. hint:: To activate functional tests in kamaki. enable the preconfigured
93
    *livetest* command group:
94

  
95
    .. code-block:: console
96

  
97
        $ kamaki config set livetest_cli livetest
98

  
99

  
100
Install astakosclient (optional)
101
""""""""""""""""""""""""""""""""
102

  
103
A seperate project called
104
`astakosclient <https://pypi.python.org/pypi/astakosclient>`_ can be used for
105
advanced user and service management.
106

  
107
.. code-block:: console
108

  
109
    $ apt-get install python-astakosclient
110

  
111
.. hint:: To activate astakosclient commands in kamaki, enable the
112
    preconfigured *astakos* command group:
113

  
114
    .. code-block:: console
115

  
116
        $ kamaki config set astakos_cli astakos
117

  
92 118
.. _installing-from-pypi-ref:
93 119

  
94 120
Installing from pypi
......
127 153

  
128 154
    $ pip install kamaki
129 155

  
130
Install ansicolors (optional)
131
"""""""""""""""""""""""""""""
156
Install ansicolors
157
""""""""""""""""""
132 158

  
133 159
The **ansicolors** package is not required for running kamaki, but it is
134 160
recommended as a user experience improvement. In specific, ansicolors
......
153 179

  
154 180
.. warning:: mock version >= 1.X
155 181

  
182
.. hint:: To activate functional tests in kamaki. enable the preconfigured
183
    *livetest* command group:
184

  
185
    .. code-block:: console
186

  
187
        $ kamaki config set livetest_cli livetest
188

  
189
Install astakosclient
190
"""""""""""""""""""""
191

  
192
A seperate project called
193
`astakosclient <https://pypi.python.org/pypi/astakosclient>`_ can be used for
194
advanced user and service management.
195

  
196
.. code-block:: console
197

  
198
    $ pip install astakosclient
199

  
200
.. hint:: To activate astakosclient commands in kamaki, enable the
201
    preconfigured *astakos* command group:
202

  
203
    .. code-block:: console
204

  
205
        $ kamaki config set astakos_cli astakos
206

  
156 207
Mac OS X
157 208
--------
158 209

  

Also available in: Unified diff