Here some tips after I installed Ushahidi version "ushahidi-Ushahidi_Web-afb6ea4" on my test beds.
- iMac running Snow-Leopard (OSX 10.6.6)
- Amazon EC2 Cloud Server running a "Basic 32-bit Amazon Linux AMI"
1. Mac Installation
- I installed on the my local user site, which looks like
Code:
http://imac.local/~Felix/ushahidi/
- Make sure that you have
Code:
AllowOverride All
Code:
Felix.conf
Code:
/etc/apache2/users
- The Mac PHP installation normally comes without the mcrypt installed. So get it installed by following the instructions described here link
- Make sure that you get the correct php source version for compiling, type in a terminal
Code:
php -v
- Goto to the
Code:
/etc/php.init
Code:
zlib.output_compression=On
Code:
cannot decode raw data†(NSURLErrorDomain:-1015)
Code:
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression
- Run the installation which sould complete successfully
- Finally I had to fix the Timezone problem as described in link
2. Amazon EC2
- Run
Code:
sudo yum install php-mcrypt
- Enable compression in the php.ini see above
- Fixe the timezone problem when necessary
Off you go...