from 1.2-beta to 1.2-rc1
I. Emilda Directory, Database
Always make a backup of your database before upgrading!
The easiest way to upgrade the Emilda source is probably to move the old directory to a backup location, install the new source from the tarball and copy over required files from the old installation. Here's an example:
mv emilda emilda-1.2-beta tar -zxf emilda-1.2-rc1.tar.gz mv emilda-1.2-rc1/src emilda cp emilda-1.2-beta/config emilda/ cp -a emilda-1.2-beta/perl/barcodes/* emilda/perl/barcodes/Also copy/move over any other files/directories you may have in the old emilda dir that didn't come with the original tarball. If you have the Zebra database in the emilda-1.1 directory, move it to the new emilda directory.
Move the config file to the conf directory (mv config conf/). Now point your Internet browser to http://your-old-emilda-address/setup.php and follow the on-screen instructions. After a successful setup your Emilda database will have been converted to the right version. You may want to disallow access to setup.php after completing the installation, although, nothing harmful can be done with it after a successfull installation.
To get languages working correctly, upgrade your locale linkage folders in the ./locale folder. You do this by going into the Emilda source folder and executing the following command:
sh bin/locales.shIn addition you need to compile the languages to support these. This is done by going into the source folder and executing the following command:
sh bin/compile_languages.sh

