bernhard: server README.1st,1.25,1.26

cvs at intevation.de cvs at intevation.de
Thu Aug 11 17:51:15 CEST 2005


Author: bernhard

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

Modified Files:
	README.1st 
Log Message:
README.1st:
	* added hint for setting the locales to C
	* added hint that locales are needed for the webadmin translations
	* added logging for the ./obmtool run line.

doc/QIM: removed, it was outdated and for Kolab1 Server only.
	
doc/QIM2: removed, outdated by README.1st, somehints went there.

doc/build-install-kolab.sh doc/buildkolab.sh doc/installkolab.sh: removed,
	superceded by obmtool and obmtool.conf


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- README.1st	6 Jul 2005 13:56:10 -0000	1.25
+++ README.1st	11 Aug 2005 15:51:13 -0000	1.26
@@ -12,13 +12,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





More information about the commits mailing list