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

Requirements

  • PHP version 5.4.0 or greater with the following extensions:
    • PCRE
    • iconv
    • mcrypt
    • SPL
  • Database Server
    • MySQL version 5.5 or greater
  • HTTP Server
    • Apache 2.2+
    • NginX
  • Message Queue
    • Redis
  • Unicode support in the operating system

Download Ping App

  1. Open a terminal
  2. Clone the project

  3. Check out and update submodules

  4. Install PHP dependencies using composer

Install Ping App

Logs & Cache

  1. Create a logs and cache directory and make them writable.

Update configuration files

  1. Copy the following configurations files into the configuration directory. Update them where necessary.

Setup the Database

  1. Create a MySQL Database
  2. Edit the database configuration file

     Expand source
  3. Update the Ping App database. This command creates all the database and inserts all the base data necessary to run Ping App.

Log In!

Go to your website - http://your-website.com/

Default username: admin

Default password: westgate

  • No labels