summaryrefslogtreecommitdiffstats
path: root/doc/installation/prerequisites.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-12-08 19:43:54 -0600
committerSol Jerome <sol.jerome@gmail.com>2010-12-08 19:43:54 -0600
commit477c0fc85218cba12597cf3daf7728b127b0fd64 (patch)
tree0da3e2c73535cd97c22791e51e20b18b3192506c /doc/installation/prerequisites.txt
parent9f55492d9213861c75496e6c493ad90bb5c23872 (diff)
downloadbcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.tar.gz
bcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.tar.bz2
bcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.zip
doc: Finish merging remaining documentation updates
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/installation/prerequisites.txt')
-rw-r--r--doc/installation/prerequisites.txt55
1 files changed, 33 insertions, 22 deletions
diff --git a/doc/installation/prerequisites.txt b/doc/installation/prerequisites.txt
index e4ea715b0..758ee4a21 100644
--- a/doc/installation/prerequisites.txt
+++ b/doc/installation/prerequisites.txt
@@ -14,16 +14,22 @@ what software is needed on the client and server side.
Bcfg2 Client
------------
-===================================== =================== ==============================
-Software Version Requires
-===================================== =================== ==============================
-libxml2 (if lxml is used) Any
-libxslt (if lxml is used) Any libxml2
-python 2.3-2.4, 2.5 [#f1]_
-lxml or elementtree [#f2]_ Any lxml: libxml2, libxslt, python
-python-apt [#f3]_ Any python
-debsums (if APT tool driver is used) Any
-===================================== =================== ==============================
++----------------------------+---------------+--------------------------------+
+| Software | Version | Requires |
++============================+===============+================================+
+| libxml2 (if lxml is used) | Any | |
++----------------------------+---------------+--------------------------------+
+| libxslt (if lxml is used) | Any | libxml2 |
++----------------------------+---------------+--------------------------------+
+| python | >= 2.3 [#f1]_ | |
++----------------------------+---------------+--------------------------------+
+| lxml or elementtree [#f2]_ | Any | lxml: libxml2, libxslt, python |
++----------------------------+---------------+--------------------------------+
+| python-apt [#f3]_ | Any | python |
++----------------------------+---------------+--------------------------------+
+| debsums (if APT tool | Any | |
+| driver is used) | | |
++----------------------------+---------------+--------------------------------+
.. [#f1] python 2.5 works with elementtree.
@@ -33,15 +39,20 @@ debsums (if APT tool driver is used) Any
Bcfg2 Server
------------
-===================================== ============= ==============================
-Software Version Requires
-===================================== ============= ==============================
-libxml2 2.6.24+
-libxslt Any libxml2
-python 2.2-2.5
-lxml 0.9+ lxml: libxml2, libxslt, python
-gamin or fam Any
-python-gamin or python-fam Any gamin or fam, python
-M2crypto Any python, openssl
-===================================== ============= ==============================
-
++----------------------------+----------+--------------------------------+
+| Software | Version | Requires |
++============================+==========+================================+
+| libxml2 | 2.6.24+ | |
++----------------------------+----------+--------------------------------+
+| libxslt | Any | libxml2 |
++----------------------------+----------+--------------------------------+
+| python | 2.2-2.5 | |
++----------------------------+----------+--------------------------------+
+| lxml | 0.9+ | lxml: libxml2, libxslt, python |
++----------------------------+----------+--------------------------------+
+| gamin or fam | Any | |
++----------------------------+----------+--------------------------------+
+| python-gamin or python-fam | Any | gamin or fam, python |
++----------------------------+----------+--------------------------------+
+| M2crypto | Any | python, openssl |
++----------------------------+----------+--------------------------------+