Changes between Version 4 and Version 5 of Ushahidi
- Timestamp:
- 05/28/16 22:31:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ushahidi
v4 v5 2 2 3 3 1. Get an amazon instance with Ubuntu 16.4 4 1. run:4 1. Insatll required packes 5 5 {{{ 6 6 apt-get update … … 8 8 apt-get upgrade 9 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 unzip10 apt-get install apache2 curl libcurl3 libcurl3-dev php-curl php-memcache memcached vsftpd php-+cli php-mcrypt php-curl php-mysql php-gd unzip php-imap php-json 11 11 12 12 update-rc.d mysql defaults … … 16 16 service apache2 restart 17 17 }}} 18 18 1. Install Composer 19 {{{ 20 curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer 21 }}} 22 1. Create ushahidi user 19 23 {{{ 20 24 useradd --create-home --shell /bin/bash ushahidi