Changes between Version 14 and Version 15 of Ushahidi
- Timestamp:
- 2016-05-30T23:22:00+02:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified 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