Changes between Version 1 and Version 2 of Ushahidi


Ignore:
Timestamp:
05/24/16 23:05:41 (9 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ushahidi

    v1 v2  
    22
    331. Get an amazon instance with Ubuntu 16.4
     41. run:
     5{{{
     6apt-get update
     7apt-get upgrade
     8apt-get install apache2
     9apt-get install php5
     10apt-get install mysql-server
     11apt-get install curl libcurl3 libcurl3-dev php5-curl
     12apt-get install php5-memcache memcached
     13sudo apt-get install vsftpd
     14apt-get install php5-+cli
     15update-rc.d mysql defaults
     16apt-get install php5-mcrypt php5-curl php5-mysql php5-imap php5-gd
     17a2enmod rewrite
     18apt-get install unzip
     19service apache2 restart
     20}}}