wiki:Ushahidi

Version 2 (modified by Jorrit, at 2016-05-24T23:05:41+02:00) ( diff )

--

Install Ushahidi V3

  1. Get an amazon instance with Ubuntu 16.4
  2. run:
    apt-get update
    apt-get upgrade
    apt-get install apache2
    apt-get install php5
    apt-get install mysql-server
    apt-get install curl libcurl3 libcurl3-dev php5-curl
    apt-get install php5-memcache memcached
    sudo apt-get install vsftpd
    apt-get install php5-+cli
    update-rc.d mysql defaults
    apt-get install php5-mcrypt php5-curl php5-mysql php5-imap php5-gd
    a2enmod rewrite
    apt-get install unzip
    service apache2 restart
    
Note: See TracWiki for help on using the wiki.