GeoPrisma needs the following libraries :
The core of GeoPrisma needs PHP 5.2+ (tested on PHP 5.2.8) with the following extensions :
If you wish to use pgsql with PDO as your ACL driver, PHP must be installed with :
--with-pdo-pgsql
The Magic Quotes must also be disabled. If you’re using Apache, setting the following config to Off does the trick :
magic_quotes_gpc = Off
To help you know if you have all the above prerequistes installed and running in your system, GeoPrisma has it’s own “php-info.php“-like file. Its locations differs depending of the version you use :
With these elements installed and running, you’ll be able to view the samples. If you wish to create your own samples or start a new project, you’ll need to have the following components installed with all their own prerequistes :
Each one of these components is called a Service in GeoPrisma.
Note
If you wish to use the i18n support in GeoPrisma, your need to configure locales in your system.
For example, in Linux, to check the locales installed :
locale -a
Add any missing language by executing the following command then restart apache (french is this example) :
sudo apt-get install language-pack-fr-base
See also
GeoPrisma provides extension points to facilitate customization.