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

Install Git

If git is not installed on your machine or the version you have installed by default requires XCode, download and install this version:

Setting up MAMP Pro

  • GENERAL - no need to change anything here:


  • HOSTS
    • Create a new host by clicking the [+] at bottom left
    • Give your server a name - in our case (ushahidi.dev)
    • Create a folder to hold the site by clicking the folder icon - in our case /Applications/MAMP/ushahidi
  • At this point we don't need to modify anything else

Create a Database

  • Click on the phpMyAdmin link at the bottom of the MySQL screen above
  • Click on the Databases tab within phpMyAdmin
  • Create an ushahidi database

     

Downloading and installing Ushahidi

  • Open the 'Terminal' app by going to Applications > Utilities > Terminal
  • Change to our document root folder

  • Remove the default MAMP Pro files from this directory

  • Clone the Ushahidi Platform repository from Github

  • Follow the rest of the instructions listed here with the exception of using the database.php file listed below:

  • Your new site will be accessible at http://ushahidi.dev:8888/

** Please leave feedback below **

  • No labels