Install Genghis Server in Windows

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.