Skip to content

Instantly share code, notes, and snippets.

@halilim
Created June 18, 2013 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halilim/5803192 to your computer and use it in GitHub Desktop.
Save halilim/5803192 to your computer and use it in GitHub Desktop.
Google App Engine for PHP Local Dev Server Shortcut For Windows
REM Python Install Path (e.g. C:\Python2.7) should be in your %PATH%, or you should provide a full path instead of "python"
REM Put this in some folder that is in your %PATH% as well
REM Run this as "gae_serve_php path\to\project", if already in the project dir "gae_serve_php ."
python "<PATH TO GAE PHP SDK>\google_appengine\dev_appserver.py" --php_executable_path="<PATH TO PHP 5.4>\php-cgi.exe" "%1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment