thomas: server README.1st,1.80,1.81

cvs at kolab.org cvs at kolab.org
Fri May 23 12:29:57 CEST 2008


Author: thomas

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

Modified Files:
	README.1st 
Log Message:
README: Mention how to create 00INDEX.rdf


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- README.1st	21 May 2008 15:22:53 -0000	1.80
+++ README.1st	23 May 2008 10:29:54 -0000	1.81
@@ -124,6 +124,34 @@
 # /kolab/bin/openpkg rc all start
 
 
+Generating your own 00INDEX.rdf for installations or upgrades
+-------------------------------------------------------------
+
+The source and binary downloads contain the 00INDEX.rdf file needed by
+the "openpkg build" command used by install-kolab.sh to install or upgrade
+a Kolab server.
+
+If you already have your own set of binary packages from a previous build,
+you can use these to create a full binary installer (e.g. to install the
+packages on a second machine) or or a partial binary installer (for upgrades
+where you only want to compile the new .src.rpm files instead of everything).
+
+To generate this file, you always need all .src.rpm files, so link or copy
+them in a new directory (needs to be writable by the kolab user of your
+installation). After this you can link/copy the install-kolab.sh file and
+your binary rpm files (e.g. from /kolab/RPM/PKG/) into this directory and
+run the following command as user kolab or root to create the new
+00INDEX.rdf file::
+
+$ ./install-kolab.sh -X
+
+If you want a pure binary installer, you can remove the .src.rpm files
+now. To be able to use this directory for fresh installations (i.e. not
+only for upgrades), you need to put the OpenPKG bootstrap file
+(openpkg-*.src.sh or openpkg-<ARCH>-<OS>-kolab.rpm) into this directory,
+too.
+
+
 Upgrade from 2.2-rc2 to 2.2-rc3
 -------------------------------
 





More information about the commits mailing list