Message-ID: <1362167654.1776.1556112671394.JavaMail.javamailuser@localhost> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_1775_525867637.1556112671394" ------=_Part_1775_525867637.1556112671394 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Getting the Source Code from GitHub

Getting the Source Code from GitHub

If you are a developer and are interested in contributing to the= Ushahidi code base, do visit our repository on GitHub: = https://github.com/ushahidi/Ushahidi_Web

There are a number of ways of getting the code from GitHub:

    =09
  1. Download the last tagged version or the current development branch. = This is available as both a tarball (.tgz) and zip archive.
  2. =09
  3. Use Git to install a clone of the main source code and run updates t= o keep your installation in sync with the main development branch
  4. =09
  5. Fork the repository on GitHub. This will give you the opportunity to= request for your contributions be merged into the development branch. GitH= ub's pull requests feature facilitates this.

Cloning the = source code

Cloning the source code installs a copy of the repository on your server= . It always requires that you have git installed. See the Setting up the Development = Environment for instructions on how to do this. To clone the current so= urce code, log in to your development server and run the following commands= :

$ git clone git://github.com/ushahidi/Ushahidi_Web.git
$ git pull origin

To keep the source code updated as the project progresses, run the follo= wing command:

$ git pull origin

Forking the = Repository

This option requires that you have an account on GitHub. If you do not h= ave one, you can sign up for a free account here: https://github.c= om/signup/free
Forking the repository allows you to contribute, commit your changes and th= ereafter request for your changes to be merged into the development branch = thanks to GitHub's pull requests feature. If y= ou are planning to do any custom development forking is HIGHLY RECOMMENDED.=

------=_Part_1775_525867637.1556112671394--