4 commits - .gitignore Installation_Guide/en-US Makefile

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Fri Jan 7 15:56:30 CET 2011


 .gitignore                                                        |    1 
 Installation_Guide/en-US/Bootstrapping_the_Kolab_Installation.xml |   37 ++++++++++
 Installation_Guide/en-US/Installation_Guide.xml                   |    1 
 Installation_Guide/en-US/Obtaining_Kolab_Software.xml             |    2 
 Makefile                                                          |    3 
 5 files changed, 42 insertions(+), 2 deletions(-)

New commits:
commit 0c22f1842a76054e12086b34f72c8baff51be8ef
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Jan 7 14:56:04 2011 +0000

    Add the outline of a chapter on bootstrapping the Kolab installation

diff --git a/Installation_Guide/en-US/Bootstrapping_the_Kolab_Installation.xml b/Installation_Guide/en-US/Bootstrapping_the_Kolab_Installation.xml
new file mode 100644
index 0000000..725ad16
--- /dev/null
+++ b/Installation_Guide/en-US/Bootstrapping_the_Kolab_Installation.xml
@@ -0,0 +1,37 @@
+<?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-Bootstrapping_the_Kolab_Installation">
+    <title>Bootstrapping the Kolab Installation</title>
+    <para>
+        Various scenarios require various installation procedures.
+    </para>
+    <section id="sect-Installation_Guide-Bootstrapping_the_Kolab_Installation-New_Kolab_Environment">
+        <title>New Kolab Environment</title>
+        <para>
+            Walk through kolab_bootstrap -b
+        </para>
+
+    </section>
+
+    <section id="sect-Installation_Guide-Bootstrapping_the_Kolab_Installation-New_Kolab_Environment_with_Existing_LDAP">
+        <title>New Kolab Environment with Existing LDAP</title>
+        <para>
+            Walk through the requirements to the LDAP environment and a kolab_bootstrap
+        </para>
+
+    </section>
+
+    <section id="sect-Installation_Guide-Bootstrapping_the_Kolab_Installation-New_Slave_to_Existing_Kolab_Environment">
+        <title>New Slave to Existing Kolab Environment</title>
+        <para>
+            Walk through adding the host information to the existing environment, ssh-key exchange (optional), bootstrapping
+        </para>
+
+    </section>
+
+
+</chapter>
+
diff --git a/Installation_Guide/en-US/Installation_Guide.xml b/Installation_Guide/en-US/Installation_Guide.xml
index 1db27cc..0095208 100644
--- a/Installation_Guide/en-US/Installation_Guide.xml
+++ b/Installation_Guide/en-US/Installation_Guide.xml
@@ -9,6 +9,7 @@
     <!--
     <xi:include href="Part-Kolab_Server_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 //    --> <xi:include href="Obtaining_Kolab_Software.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="Bootstrapping_the_Kolab_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     <!--
     <xi:include href="Cyrus_IMAP.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     //    --> <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />


commit 42516e2247591d126ee38daad2079699a9599df7
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Jan 7 14:55:47 2011 +0000

    Update .gitignore to include builds/

diff --git a/.gitignore b/.gitignore
index 84b7d95..bfc724c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 */*/sect-Feedback.xml
 */*/sect-Supported_Platforms_and_System_Requirements.xml
 
+builds/


commit 435f86e7d2a5d9f2787f4728e7090670b7f759af
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Jan 7 14:55:19 2011 +0000

    Add the Testing Reference to the list of books

diff --git a/Makefile b/Makefile
index 63b7a2d..9d15c71 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ SUBDIRS = \
 	Administrator_Guide \
 	Deployment_Guide \
 	Development_Manual \
-	Installation_Guide
+	Installation_Guide \
+	Testing_Reference
 
 all:
 	@for dir in $(SUBDIRS); do \


commit ee3e43729fba4c5d250bb58068b33a652c394759
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Fri Jan 7 14:48:01 2011 +0000

    Interpunction is important

diff --git a/Installation_Guide/en-US/Obtaining_Kolab_Software.xml b/Installation_Guide/en-US/Obtaining_Kolab_Software.xml
index 23107eb..452dc6d 100644
--- a/Installation_Guide/en-US/Obtaining_Kolab_Software.xml
+++ b/Installation_Guide/en-US/Obtaining_Kolab_Software.xml
@@ -437,7 +437,7 @@ kolab-&PRODUCT_VERSION;-updates-testing-source
 
             </para>
             <para>
-                Note that the output is abbreviated for clarity. The output may actually include the description of the repository, whether the repository is enabled by default or not, and the number of packages available
+                Note that the output is abbreviated for clarity. The output may actually include the description of the repository, whether the repository is enabled by default or not, and the number of packages available.
             </para>
 
         </section>





More information about the commits mailing list