thomas: server README.1st,1.23.2.5,1.23.2.6

cvs at intevation.de cvs at intevation.de
Tue Sep 27 10:34:24 CEST 2005


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv3783

Modified Files:
      Tag: kolab_2_0_branch
	README.1st 
Log Message:
Backported changes to README.1st from HEAD.


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.23.2.5
retrieving revision 1.23.2.6
diff -u -d -r1.23.2.5 -r1.23.2.6
--- README.1st	14 Sep 2005 18:28:46 -0000	1.23.2.5
+++ README.1st	27 Sep 2005 08:34:22 -0000	1.23.2.6
@@ -11,13 +11,26 @@
 Make sure that the following names are not in /etc/passwd or /etc/groups,
 as openpkg will want to create them: "kolab" "kolab-r" "kolab-n"
 
+Check the www.openpkg.org documentation for your platform.
+E.g. some platforms need gettext installed 
+or the locale set to C during installation, like:
+        LC_ALL=C
+        LC_MESSAGES=C
+        LANG=C
+        SUPPORTED=C
+        export LC_ALL LC_MESSAGES LANG SUPPORTED
+
+Make sure the locale you want to set is supported by your c-library.
+Otherwise the webadmin interface might only be in English.
+
 To install the Kolab2 server, you need to download the files from the
 directory containing this file (1st.README) to some local directory,
 then as root, chdir into that local directory and run
 
-# ./obmtool kolab
+# ./obmtool kolab 2>&1 | tee kolab-build.log
 
 to build and install packages in /kolab.
+By default, the Kolab Server will now be started at boottime.
 After the build/install is complete, please run
 
 # /kolab/etc/kolab/kolab_bootstrap -b
@@ -203,7 +216,7 @@
 Upgrade from RC3
 ----------------
 
-Nothing special really, only a note to avoid confusion.  This release
+Nothing special really, only a note to avoid confusion:  This release
 uses a new openpkg base package and it's normal that obmtool lists the
 .sh part as MISSSRC or MISSPKG.  The .sh part is only used for the
 initial install and is not required for an update.





More information about the commits mailing list