blob: 0730b5576476bae4816691be4430a2ad2389aeed (
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
|
<?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-Kolab_Initial_Configuration">
<title>Kolab Initial Configuration</title>
<para>
para
</para>
<procedure>
<step>
<para>
Run, as root:
</para>
<para>
<screen># <userinput>setup-kolab.pl</userinput></screen>
</para>
<para>
This will start a configuration dialog.
</para>
</step>
<step>
<para>
Yet Another Step...
</para>
</step>
</procedure>
<section id="sect-Installation_Guide-Kolab_Initial_Configuration-Manual_Configuration">
<title>Manual Configuration</title>
<para>
this section goes to manual configuration of Kolab (this is what setup-kolab.pl should actually be doing)
</para>
<screen>
after yum install kolab
copy /etc/kolab/templates/kolab.conf.template to /etc/kolab/kolab.conf
check out /etc/kolab/kolab.conf
- set the fqdn
- check
</screen>
</section>
<section id="sect-Installation_Guide-Kolab_Initial_Configuration-Configuration_through_Puppet">
<title>Configuration through Puppet</title>
<para>
Assuming that you have an existing Puppet environment, you can clone the <literal>kolab</literal> puppet module:
</para>
<para>
<screen>$ <userinput>git clone git://git.puppetmanaged.org/puppet/kolab</userinput></screen>
</para>
</section>
</chapter>
|