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.

...

Get a copy of the latest (stable) code from our v1.0 tree on GitHub Repository. To do this, Git has to be installed on your system.

...

using the following steps:

  1. Create a SwiftRiver directory for the project and set up the necessary Git files

    Code Block
    $ mkdir SwiftRiver && cd SwiftRiver && git init
    $ git remote add origin git://github.com/ushahidi/SwiftRiver.git
    

...

  1. $ git fetch
  2. Checkout v1.0 of the application

    Code Block
    $ git checkout -b v1.0 v1.0
    $ git submodule init && git submodule update

These steps will pull in the code for the v1.0 tree into a newly created SwiftRiver directory. Copy this directory to your web server's document root or public_html directory.

...

Once set, restart Apache in order for the changes to take effect.