Changes between Version 2 and Version 3 of Ushahidi


Ignore:
Timestamp:
05/28/16 21:54:27 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ushahidi

    v2 v3  
    55{{{
    66apt-get update
     7
    78apt-get upgrade
    8 apt-get install apache2
    9 apt-get install php5
    10 apt-get install mysql-server
    11 apt-get install curl libcurl3 libcurl3-dev php5-curl
    12 apt-get install php5-memcache memcached
    13 sudo apt-get install vsftpd
    14 apt-get install php5-+cli
     9
     10apt-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
     11
    1512update-rc.d mysql defaults
    16 apt-get install php5-mcrypt php5-curl php5-mysql php5-imap php5-gd
     13 
    1714a2enmod rewrite
    18 apt-get install unzip
     15
    1916service apache2 restart
    2017}}}