wiki:Ushahidi

Version 2 (modified by jorrit, 9 years ago) (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