Changes between Version 1 and Version 2 of Ushahidi
- Timestamp:
- 05/24/16 23:05:41 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ushahidi
v1 v2 2 2 3 3 1. Get an amazon instance with Ubuntu 16.4 4 1. run: 5 {{{ 6 apt-get update 7 apt-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 15 update-rc.d mysql defaults 16 apt-get install php5-mcrypt php5-curl php5-mysql php5-imap php5-gd 17 a2enmod rewrite 18 apt-get install unzip 19 service apache2 restart 20 }}}