I have been trying to deploy statusnet on Amazon EC2. I have set up the AMI and did other necessary things. Now when it comes to installation I get this error:
"No configuration file found.
I looked for configuration files in the following places:
/etc/statusnet/statusnet.php
/etc/statusnet/laconica.php
/etc/laconica/laconica.php
/etc/statusnet/ec2-174-XXXXXcompute-1.amazonaws.com.php
/etc/laconica/ec2-174-XXXXX.compute-1.amazonaws.com.php
/var/www/html/config.php
You may wish to run the installer to fix this.
Go to the installer."
When I click 'Go to the Installer" it shows the installation form but with this message above it:
"Cannot load required extension: gd
Cannot load required extension: xmlwriter
Cannot load required extension: dom "
Please help me to solve this. Thanks.
The PHP dependencies (extensions you need) are mentioned in the text file named INSTALL in the root directory of your installation.
Specifically:
Good luck!