Changes between Version 2 and Version 3 of Ushahidi
- Timestamp:
- 05/28/16 21:54:27 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ushahidi
v2 v3 5 5 {{{ 6 6 apt-get update 7 7 8 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 9 10 apt-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 15 12 update-rc.d mysql defaults 16 apt-get install php5-mcrypt php5-curl php5-mysql php5-imap php5-gd 13 17 14 a2enmod rewrite 18 apt-get install unzip 15 19 16 service apache2 restart 20 17 }}}