Skip to content

Instantly share code, notes, and snippets.

@tevin
tevin / keybase.md
Last active December 11, 2017 09:24

Keybase proof

I hereby claim:

  • I am tevin on github.
  • I am tevin (https://keybase.io/tevin) on keybase.
  • I have a public key whose fingerprint is 6F2A C159 4DC0 43CB 85C7 0BE8 DB95 2C45 F1AE 8D51

To claim this, I am signing this object:

@tevin
tevin / Lamu-setup.md
Last active October 29, 2016 14:56
Set-up Info for Installing Ushahidi v3 (Lamu) on Windows 8.1 using XAMPP
  1. #####Clone repo git clone --recursive https://github.com/ushahidi/Lamu

  2. #####Initialize/Update submodules git submodule update --init --recursive

  3. #####Use composer to install dependencies You can get composer here

  • Open cmd and cd to the Ushahidi v3 directory
  • run composer install