Running the development web server google app engine for php -
where can write following command
following developer tutorial simple hello world script here
google_appengine/dev_appserver.py --php_executable_path=pathto-php-cgi path-to-your-app
when run application in google app launcher error message . have wamp install , running fine.
the path specified --php_exectuable_path flag () not exist.
php path - c:\php\php-cgi.exe
i met problem, , has been solved. example,
if php folder e:/sam/php/ if php site folder f:/mysite/facebook/ if dev_appserver.py under e:/whatever/
i'm not sure how change googleapplauncher.exe configurations, instead, have use cmd instead. think exe has config files did not find it. open command window , go folder e:/whatever/ run "python" command under folder.
type in:
python dev_appserver.py --php_executable_path=e:/sam/php/php-cgi.exe f:/mysite/facebook/ note: remember type "php-cgi.exe" use slash
Comments
Post a Comment