Today, I want to the install a Genghis server on my Windows server, and I thought it would is easy. (Indeed, it's 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 is OK, but if it is said "PHP starup:unable to load the dynamic module Php_mon Go.dll ",
Try to copy the "Libsasl.dll" (<xampp>\php\libsasl.dll) into the Apache\bin folder, (<xampp>\apache\bin)
Install Genghis Server in Windows