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.

...

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

    Code Block
    languagebash
    cp application/config/database.template application/config/database.php 
    Code Block
    linenumberstrue
    languagephp
    collapsetrue
    return array
    (
    	'default' => array
    	(
    		'type'       => 'mysql',
    		'connection' => array(
    			'hostname'   => 'localhost',
    			'database'   => 'pingapp',
    			'username'   => 'pingapp',
    			'password'   => 'pingapp',
    			'persistent' => FALSE,
    		),
    		'table_prefix' => '',
    		'charset'      => 'utf8',
    		'caching'      => TRUE,
    		'profiling'    => TRUE,
    	)
    );
  3. Update the Ping App database. This command creates all the database and inserts all the base data necessary to run Ping App.

    Code Block
    languagebash
    ./minion --task=migrations:run

     

     

     

Log In!

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

Default username: admin

Default password: westgate