Revision 2bd23362 docs/installation.rst

b/docs/installation.rst
90 90

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

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

  
96 96
    .. code-block:: console
......
98 98
        $ kamaki config set livetest_cli livetest
99 99

  
100 100

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

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

  
108
.. code-block:: console
109

  
110
    $ apt-get install python-astakosclient
111

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

  
115
    .. code-block:: console
116

  
117
        $ kamaki config set astakos_cli astakos
118

  
119 101
.. _installing-from-pypi-ref:
120 102

  
121 103
Installing from pypi
......
136 118
Setup a virtual enviroment (optional)
137 119
"""""""""""""""""""""""""""""""""""""
138 120

  
139
With virtualenv users can setup kamaki and Synnefo services in a sandbox
121
Use virtualenv to setup kamaki and Synnefo services in a sandbox
140 122
environment.
141 123

  
142 124
.. code-block:: console
......
187 169

  
188 170
        $ kamaki config set livetest_cli livetest
189 171

  
190
Install astakosclient
191
"""""""""""""""""""""
192

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

  
197
.. code-block:: console
198

  
199
    $ pip install astakosclient
200

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

  
204
    .. code-block:: console
205

  
206
        $ kamaki config set astakos_cli astakos
207 172

  
208 173
Mac OS X
209 174
--------
210 175

  
211
Kamaki can be installed on Mac OS X systems from source, by following the steps
176
Kamaki can be installed on Mac OS X systems, by following the steps
212 177
at :ref:`installing-from-pypi-ref`.
213 178

  
214 179
Windows
......
226 191

  
227 192
* Setuptools (`Official versions and workarounds <http://pypi.python.org/pypi/setuptools>`_)
228 193

  
229
Users who have already set up and wokring python and setuptools (e.g., for
194
Users who have already set up python and setuptools (e.g., for
230 195
another project) may skip Python and / or setuptools installation.
231 196

  
232 197
Install Python
......
264 229
`python org page <http://pypi.python.org/pypi/setuptools>`_, the setuptools
265 230
installer doesn't currently work on 64bit machines.
266 231

  
267
* Users with 32-bit operating systems should download and run the graphic
232
* Users with 32-bit platforms should download and run the graphic
268 233
    installer
269 234

  
270
* Users with 64-bit machines should download the
235
* Users with 64-bit platforms should download the
271 236
    `ez_setup.py <http://peak.telecommunity.com/dist/ez_setup.py>`_ script and
272 237
    install it from a command shell. In the following example, the script was
273 238
    downloaded at C:\\Downloads::

Also available in: Unified diff