My favorites | Sign in
Logo
             
Search
for
Updated Jul 06, 2008 by por...@pornel.net
Labels: Featured
Installation  
How to get this thing working

Requirements

Installation

Gettext

To get all messages working properly, you must compile gettext .po files. You may do this via Poedit or by executing:

msgfmt locale/en/LC_MESSAGES/errors.po -o locale/en/LC_MESSAGES/errors.mo
msgfmt locale/en/LC_MESSAGES/props.po -o locale/en/LC_MESSAGES/props.mo

If you use mod_php for Apache you must restart the server for gettext to notice new files.

PHPTAL

Install it via PEAR:

pear install http://phptal.motion-twin.com/latest.tar.gz

or just download and place somewhere in the include path.


Sign in to add a comment
Hosted by Google Code