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

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

***DO NOT RUN AS SUDO*

  1. Run this command on terminal ->  ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  2. Pay attention to instructions given e.g run the commands “brew doctor” and any other that is listed.

  3. Install PHP, to do so run these commands

     ---> brew tap homebrew/dupes 

    ---> brew tap josegonzalez/homebrew-php

    ---> brew install php55

    *****Follow all the instructions on the install, including running commands given****

  4. Edit PEAR permissions, run this  --> chmod -R ug+w /usr/local/Cellar/php55/5.5.10/lib/php

  5. Install MYSQL, to do so run 
    ---> brew install mysql

    *****Follow all the instructions on the install, including running commands given****

  6. Install Apache--> brew install httpd