Changes between Version 14 and Version 15 of Ushahidi
- Timestamp:
- 05/30/16 23:22:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ushahidi
v14 v15 12 12 13 13 # for client 14 apt-get install build-essential npm14 apt-get install build-essential 15 15 16 16 update-rc.d mysql defaults … … 63 63 1. Get Nodejs 64 64 {{{ 65 c d ~66 git clone https://github.com/nodesource/distributions.git 65 curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - 66 sudo apt-get install nodejs 67 67 }}} 68 68 1. Clone client repo