开发者

Statusnet installation Issue

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

开发者_如何学JAVA/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.


I have no experiences in installing StatusNet on Amazon EC2, but I'd like give you some suggestions.

  1. Copy the htaccess.sample file to .htaccess in your StatusNet directory and then change the "RewriteBase" in the new .htaccess file to be the URL path to your StatusNet installation on your server.

  2. Modify the php.ini items related to gd, xmlwriter and dom.


The PHP dependencies (extensions you need) are mentioned in the text file named INSTALL in the root directory of your installation.

Specifically:

  • Curl. This is for fetching files by HTTP.
  • XMLWriter. This is for formatting XML and HTML output.
  • MySQL. For accessing the database.
  • GD. For scaling down avatar images.
  • mbstring. For handling Unicode (UTF-8) encoded strings.

Good luck!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜