l10nzilla
| resources: | Home Installation Background Java L10NZilla Mailing List Source Code Members Bugs Screenshots |
|---|
Installation
To install l10nzilla you need to first download l10nzilla-php.zip and l10nzilla-java.zip from the following directory
http://downloads.mozdev.org/l10nzilla
Unzip l10nzilla-php.zip into your Apache htdocs subdirectory (or whereever else your websites are kept on your host), and unzip l10nzilla-java.php into it's own subdirectory e.g. in Windows to C:\l10nzilla.
java-l10nzilla
Follow the directions in the "Sort your database .." section in the java-usage page.
You may want to before moving on to installing the php-l10nzilla
archive any translations into the database so that there's some content
in there to begin with.
php-l10nzilla
Before you point your browser to the URL for the l10nzilla php homepage, make sure first that the values given in the file preferences.class correspond to your MySQL setup and language. In particular, make sure that the database name and language code used are the same as what you had in the l10nzilla.properties file for Java l10nzilla.When in place, you are then able to login into l10nzilla login page with the username you gave in Java 10nzilla.properties file e.g. admin , with the password being the same as the username.
N.B. if you're installing l10nzilla into a Windows environment, make sure that in the Windows extensions section of your php.ini file that the following line is uncommented :
extension=php_gettext.dll
and that you have php_gettext.dll in your php installation's extensions sub-directory.