Google app engine php executable path not found

后端 未结 4 1876
执笔经年
执笔经年 2020-12-19 16:57

Followed the steps given on the official google app engine page for installing the sdk for php->

https://developers.google.com/appengine/docs/php/gettingstarted/hell

4条回答
  •  暖寄归人
    2020-12-19 17:46

    UPDATE: On linux use sudo apt-get install php-cgi dev_appserver.py --php_executable_path=/usr/bin/php-cgi app.yaml

提交回复
热议问题