Changes between Version 10 and Version 11 of Ushahidi
- Timestamp:
- 05/30/16 21:49:38 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ushahidi
v10 v11 2 2 3 3 1. Get an amazon instance with Ubuntu 16.4 4 1. Ins atll required packes4 1. Install required packages 5 5 {{{ 6 6 apt-get update … … 8 8 apt-get upgrade 9 9 10 apt-get install mysql-server mysql-client apache2 curl libcurl3 libcurl3-dev php-curl php-memcache memcached vsftpd php-+cli php-mcrypt php-curl php-mysql php-gd unzip php-imap php-json 10 # for api 11 apt-get install mysql-server mysql-client apache2 curl libcurl3 libcurl3-dev php-curl php-memcache memcached vsftpd php-+cli php-mcrypt php-curl php-mysql php-gd unzip php-imap php-json php-mbstring php-xml phpunit 12 13 # for client 14 apt-get install build-essential 11 15 12 16 update-rc.d mysql defaults … … 51 55 EOL 52 56 }}} 57 1. Install dependencies 58 {{{ 59 bin/update 60 }}} 53 61