FOR ARCHIVAL PURPOSES ONLY

The information in this wiki hasn't been maintained for a good while. Some of the projects described have since been deprecated.

In particular, the "Ushahidi Platform v3.x" section contains information that is often misleading. Many details about this version of Platform have changed since.

This website is an extraction of the original Ushahidi wiki into a static form. Because of that, functions like logging in, commenting or searching will not work.

For more documentation, please refer to https://docs.ushahidi.com

Skip to end of metadata
Go to start of metadata

Installing Ushahidi on nginx is mostly the same as installing on apache, however the .htaccess file won't work so you need to put the rewrite rules in the vhost config.
Here's an example nginx ushahidi config: https://gist.github.com/3847180

  1. The following gist builds on the original one and also provides the PHP-FPM config to get Ushahidi working with nginx.  This version doesn't require any nginx proxy cache and correctly provides access to the /installer/ path before everything is set up and from an admin IP address. https://gist.github.com/jinnko/9175271