blob: 23359e572271fdd214d6afcdc0d127c7ee20acef (
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
|
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Installation_Guide.ent">
%BOOK_ENTITIES;
]>
<chapter id="chap-Installation_Guide-Preparing_the_System">
<title>Preparing the System</title>
<para>
The installation of Kolab requires you prepare the system for installation.
</para>
<section id="sect-Installation_Guide-Preparing_the_System-Prerequisites">
<title>Prerequisites</title>
<para>
The installation of Kolab requires one of the following operating system versions:
</para>
<para>
<itemizedlist>
<listitem>
<para>
Red Hat Enterprise Linux 5, see also <xref linkend="sect-Installation_Guide-Preparing_the_System-Enterprise_Linux" />.
</para>
</listitem>
<listitem>
<para>
FIXME: Other supported Operating System versions
</para>
</listitem>
</itemizedlist>
</para>
</section>
<section id="sect-Installation_Guide-Preparing_the_System-Recommendations">
<title>Recommendations</title>
<para>
<itemizedlist>
<listitem>
<para>
We recommend a x86_64 capable version of the Operating System
</para>
</listitem>
</itemizedlist>
</para>
</section>
<section id="sect-Installation_Guide-Preparing_the_System-Enterprise_Linux">
<title>Enterprise Linux</title>
<para>
<orderedlist>
<listitem>
<para>
No user or group with ID 412 may exist on the system prior to the installation of Kolab.
</para>
</listitem>
<listitem>
<para>
No user or group with the name <literal>kolab</literal> may exist on the system prior to the installation of Kolab.
</para>
</listitem>
</orderedlist>
</para>
</section>
</chapter>
|