Changes between Version 14 and Version 15 of Ushahidi


Ignore:
Timestamp:
05/30/16 23:22:00 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ushahidi

    v14 v15  
    1212
    1313# for client
    14 apt-get install build-essential npm
     14apt-get install build-essential
    1515
    1616update-rc.d mysql defaults
     
    63631. Get Nodejs
    6464{{{
    65 cd ~
    66 git clone https://github.com/nodesource/distributions.git
     65curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
     66sudo apt-get install nodejs
    6767}}}
    68681. Clone client repo