[cvs] [Wiki] changed: FAQ/Admin/Install

Jan Schneider jan at horde.org
Sat Apr 29 02:52:27 PDT 2006


jan  Sat, 29 Apr 2006 02:52:26 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Install
New Revision:  1.4
Change log:  Update for new *ehem* translation framework

@@ -133,9 +133,9 @@
 Upgrading from the patch files is an easy way to upgrade the code base. Note however that it is preferable to upgrade from the tar files or from CVS/rsync, as the patch files will only update the code and text files and not the binary files such as images, compiled translations, and so on.
 
 How to upgrade via the provided patch files is operating system dependent. The following directions will work for most unix based systems. Consult your operating system software documentation for additional information or for information on using patch sets for other operating systems.
 
-##red|Please be aware that if any binary files were added between patched versions that they will NOT be automatically generated.  You will need to manually add these binary files to your application directories.##
+##red|Please be aware that if any binary files were added or changed between patched versions that they will NOT be automatically updated.  You will need to manually add or genenerate these binary files to your application directories. These are for example images, sounds or translations.##
 
 First, make sure you meet all the pre-requesites for the new version. See the appropriate section of this FAQ for more information.
 
 Next, download the patch file into the directory where the software resides. For Horde use your Horde directory, for IMP use your IMP directory, and so on. The following examples will use IMP as an example, and assume you have already downloaded the patch file to the imp directory.
@@ -145,11 +145,18 @@
 <code>
 cd imp
 gunzip patch-imp-4.0.4-4.1.gz
 patch -p1 < patch-imp-4.0.4-4.1
+</code>
+
+You can rebuild the compiled translations if you have all necessary packages installed:
+
+<code>
 cd po
-make
+/path/to/horde/po/translation.php make --module imp --no-compendium
 </code>
+
+See {{po/README}} for details.
 
 As the upgrade process does not change your configuration files, but rather only operates on the *.php.dist files in the configuration directories. So you will need to manually compare your configuration files to their respective *.dist version, and merge in any changes or additions needed.
 
 Be sure to check for a file called docs/UPGRADING or docs/UPDATE for additional information such as updates to database layouts or other changes which may be needed. This file will not always exist (if no additional steps are needed when upgrading) so don't panic if it isn't there!


More information about the cvs mailing list