Changes between Version 10 and Version 11 of Ushahidi


Ignore:
Timestamp:
05/30/16 21:49:38 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ushahidi

    v10 v11  
    22
    331. Get an amazon instance with Ubuntu 16.4
    4 1. Insatll required packes
     41. Install required packages
    55{{{
    66apt-get update
     
    88apt-get upgrade
    99
    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
     11apt-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
     14apt-get install build-essential
    1115
    1216update-rc.d mysql defaults
     
    5155EOL
    5256}}}
     571. Install dependencies
     58{{{
     59bin/update
     60}}}
    5361