Experimental Converstational Bot developed with PHP7
- Download and extract nginx into c:/nginx
- Download and extract PHP7 into c:/nginx/php
- Download phalcon dll file and put into nginx/php/ext
- Rename php-production.ini to php.ini and add the followind lines "extension=C:\nginx\php\ext\php_phalcon.dll" "extension=C:\nginx\php\ext\php_pdo_mysql.dll"
- Clone this repository into c:/nginx/html
Open cmd and write "start nginx" [Options] nginx -s stop fast shutdown nginx -s quit graceful shutdown nginx -s reload changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes nginx -s reopen re-opening log files
c:\nginx\php\php-cgi.exe -b 127.0.0.1:9000 -c "c:\nginx\php\php.ini"