Changes between Version 4 and Version 5 of Ushahidi


Ignore:
Timestamp:
05/28/16 22:31:09 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ushahidi

    v4 v5  
    22
    331. Get an amazon instance with Ubuntu 16.4
    4 1. run:
     41. Insatll required packes
    55{{{
    66apt-get update
     
    88apt-get upgrade
    99
    10 apt-get install apache2 php5mysql-server curl libcurl3 libcurl3-dev php5-curl php5-memcache memcached vsftpd php5-+cli php5-mcrypt php5-curl php5-mysql php5-imap php5-gd unzip
     10apt-get install 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
    1111
    1212update-rc.d mysql defaults
     
    1616service apache2 restart
    1717}}}
    18 
     181. Install Composer
     19{{{
     20curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
     21}}}
     221. Create ushahidi user
    1923{{{
    2024useradd --create-home --shell /bin/bash ushahidi