码迷,mamicode.com
首页 > Windows程序 > 详细

Install genghis server in Windows

时间:2016-01-05 18:33:12      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

Today, I want to install a Genghis server on my windows server, and I thought it would be easy. (Indeed, it is easy), but a little bit tricky.

1. Download Genghis from http://genghisapp.com/.

2. Install Apache server with PHP, I want to make it easy, so I just install xampp (v1.7.7) instead.

3. After xampp installed, I copied the Genghis folder into <xampp>\htdocs\

4. Then, I started the Apache service, it saied, no "phpmongo" driver found.

5. Download the driver from here: http://pecl.php.net/package/mongo.

6. As the xampp (v1.7.7) version is a little bit old, it contains the PHP 5.2.3 (likely), so I should download the driver version = php_mongo-1.5.2-5.3-ts-vc9-x86

Note: You should download the thread safe driver, as php as a module of Apache.

7. Then copy the "php_mongo.dll" into the extend folder of PHP, <xampp>\php\ext

8. Config the php.ini file, insert a line "extension=php_mongo.dll"

9. Then restart the Apache service, it should be OK, but if it said "PHP Starup: Unable to load the dynamic module php_mongo.dll",

10. Try to copy the "libsasl.dll" (<xampp>\php\libsasl.dll) into the Apache\bin folder, (<xampp>\apache\bin)

Install genghis server in Windows

标签:

原文地址:http://www.cnblogs.com/kenfang/p/5102889.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!