Revision f5d9bc54 docs/installation.rst

b/docs/installation.rst
21 21

  
22 22
As root, append one of the following to */etc/apt/sources.list*:
23 23

  
24
* Debian Sid (kamaki 0.6.2)::
25 24

  
26
    deb http://apt.dev.grnet.gr/ sid main
27

  
28
* Debian Stable (kamaki 0.6.1)::
25
* Debian Stable (kamaki 0.6.2)::
29 26

  
30 27
    deb http://apt.dev.grnet.gr/ squeeze main
31 28
    deb http://apt2.dev.grnet.gr stable/
32 29

  
33
* Ubuntu (kamaki 0.6.1)::
30
* Ubuntu (kamaki 0.6.2)::
34 31

  
35 32
    deb http://apt.dev.grnet.gr/ precise main
36 33

  
......
54 51
Install kamaki
55 52
""""""""""""""
56 53

  
57
.. note:: **versions 0.6.0 - 0.6.1:**
54
.. note:: **versions 0.6.0 - 0.6.1 only:**
58 55

  
59 56
    The *snf-common* package (available at synnefo apt repository) will be automatically installed as a dependency.
60 57

  
......
106 103
Install objpool (was: snf-common)
107 104
"""""""""""""""""""""""""""""""""
108 105

  
109
.. note:: **versions 0.6.0 - 0.6.1**
106
.. note:: **versions 0.6.0 - 0.6.1 only**
110 107

  
111 108
    Package snf-common is part of the synnefo project and used to be a kamaki dependency in versions from 0.6.0 to 0.6.1 to provide a connection pooling mechanism. Users who still run 0.6.0 or 0.6.1 may need to manually install the snf-common package:
112 109

  
......
119 116

  
120 117
**Version 0.6.2 and on:**
121 118

  
122
Since 0.6.2, kamaki is based on objpool (hence the snf-common dependency is now obsolete). The objpool package is easy to install from source, even on windows platforms:
119
Since 0.6.2, kamaki is based on python-objpool. The objpool package is easy to install from source (even on windows platforms):
123 120

  
124 121
.. code-block:: console
125 122

  
......
131 128
Install kamaki
132 129
""""""""""""""
133 130

  
131
Kamaki can be downloaded from `here <https://code.grnet.gr/projects/kamaki/files>`_, where users can pick the version they prefer and unzip it locally:
132

  
133
.. code-block:: console
134

  
135
    $ tar xvfz kamaki-0.6.2.tar.gz
136

  
137
or it can be downloaded directly from the git repository:
138

  
134 139
.. code-block:: console
135 140

  
136 141
    $ git clone http://code.grnet.gr/git/kamaki
142

  
143
and then installed by the setup script:
144

  
145
.. code-block:: console
137 146
    $ cd kamaki
138 147
    $ ./setup build install
139 148

  

Also available in: Unified diff