Ushahidi is an open source web application for information collection, visualization, and interactive mapping. It helps collect data from many sources, including: email, SMS text messaging, Twitter streams, and RSS feeds. The platform offers tools to help process that information, categorize it, geo-locate it and publish it on a map.
Ushahidi 3.x is the latest iteration of this tool, rebuilt from the ground up. Our codebase has been completely rethought, and so has the way we think about users interacting with mobile and social data. Crowdsourcing strategies have come a long way since Ushahidi began and we've been fortunate to learn so much from our dedicated global community.
We don't recommend it right now as the project is under active development.
The platform is nearing completion as we focus on building the new frontend and fixing outstanding bugs.
We would love your help! Understand the platform is in active development which means that parts of the codebase may change rapidly. If you're keen to help build something awesome and happy to get deep into the core workings, then please read about getting involved!
Most of our active development tasks are organized on the Ushahidi Phabricator. If you haven't used Phabricator before, read Phab Help after you sign up.
Please see our Installation Guide to get set up first!
The default install creates the user admin
with a password of admin
.
This user has admin privileges. Once logged in, this user can create more user
accounts or give admin permissions to others as well.
Base config files are located in application/config/
.
You can add per-environment config overrides in application/config/environments/
.
The environment is determined based on the KOHANA_ENV
environment variable.
Routes are configured in application/routes/default.php
. Additional routes can
be added in per-environment routing files ie. application/routes/development.php
.
We've included a Vagrantfile and puppet manifests to help build a quick development box.
Install Vagrant, then run vagrant up
to get started!
Unit and functional tests are run automatically by Travis-CI. See .travis.yml for config details.