Installation - John07/Taarifa_Web GitHub Wiki
Requirements
Ushahidi will run in almost any environment with minimal configuration. The following PHP extensions are required.
- cURL for getting or sending files using the URL syntax.
- PCRE compiled with –enable-utf8 and –enable-unicode-properties for UTF-8 functions to work properly.
- iconv for UTF-8 transliteration.
- mcrypt for encryption.
- SPL for several core libraries.