Revision 16d7b9ff docs/installation.rst
b/docs/installation.rst | ||
---|---|---|
27 | 27 |
|
28 | 28 |
.. warning:: Debian Squeeze users may replace "wheezy" with "squeeze" |
29 | 29 |
|
30 |
* Make sure the GPG public key for the Synnefo development team is added:
|
|
30 |
* Make sure the GPG public key for the Synnefo repository is added:
|
|
31 | 31 |
|
32 | 32 |
.. code-block:: console |
33 | 33 |
|
... | ... | |
86 | 86 |
|
87 | 87 |
$ sudo apt-get install python-mock |
88 | 88 |
|
89 |
.. warning:: kamaki.clients unit-tests need python-mock 1.X or better. e.g.:: |
|
89 |
.. warning:: kamaki.clients unit-tests need python-mock 1.X or better. e.g.,::
|
|
90 | 90 |
|
91 | 91 |
$ sudo apt-get install python-mock=1.0.1 |
92 | 92 |
|
... | ... | |
118 | 118 |
Setup a virtual enviroment (optional) |
119 | 119 |
""""""""""""""""""""""""""""""""""""" |
120 | 120 |
|
121 |
Use virtualenv to setup kamaki and Synnefo services in a sandbox |
|
122 |
environment. |
|
121 |
Use virtualenv to setup kamaki and Synnefo services in a sandbox environment. |
|
123 | 122 |
|
124 | 123 |
.. code-block:: console |
125 | 124 |
|
Also available in: Unified diff