blob: c8522057521312f59ad1b97d0b9f17c5373304f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Deployment_Guide.ent">
%BOOK_ENTITIES;
]>
<section id="sect-Supported_Platforms_and_System_Requirements">
<title>Supported Platforms and System Requirements</title>
<para>
Kolab Groupware is supported on the following platforms;
</para>
<para>
<itemizedlist>
<listitem>
<para>
All reasonably recent versions of Linux<footnote> <para>
By reasonably recent versions of Linux, we intend to indicate the Kolab project can manage to keep up with the latest distribution release ear-marked stable.
</para>
</footnote>, including but not limited to the following distributions, in no particular order other then alphabetic;
</para>
<para>
<itemizedlist>
<listitem>
<para>
<ulink url="http://centos.org">CentOS</ulink>
</para>
</listitem>
<listitem>
<para>
<ulink url="http://debian.org">Debian</ulink>
</para>
</listitem>
<listitem>
<para>
<ulink url="http://fedoraproject.org">Fedora</ulink>
</para>
</listitem>
<!--
<listitem>
<para>
<ulink url="http://gentoo.org">Gentoo</ulink>
</para>
</listitem>
-->
<!--
<listitem>
<para>
<ulink url="http://opensuse.org">openSUSE</ulink>
</para>
</listitem>
-->
<listitem>
<para>
<ulink url="http://redhat.com">Red Hat Enterprise Linux</ulink>
</para>
</listitem>
<!--
<listitem>
<para>
<ulink url="http://www.novell.com/linux">SUSE Linux</ulink>
</para>
</listitem>
-->
<listitem>
<para>
<ulink url="http://www.univention.de/index.php?id=964&L=1">Univention Corporate Server</ulink>
</para>
</listitem>
</itemizedlist>
</para>
<para>
Should your Linux distribution or platform not be listed here, please refer to <xref linkend="sect-Feedback" /> for ways of contacting the Kolab Development team.
</para>
</listitem>
<!--
<listitem>
<para>
Solaris
</para>
</listitem>
-->
</itemizedlist>
</para>
<remark>
Obviously, the list is not complete
</remark>
</section>
|