Google tag

Pages

How to Deploy PHP source code using GIT to Google App Engine

1. Create AppEngine PHP Application (https://appengine.google.com/)

2. Administrator > Application Setting > Source Push-to-Deploy > Click here



3. Create a new repo


4. Write down the Repository URL




5. Install Python

6. SET PATH=%PATH%;c:\python27\;

7. Install Google Cloud SDK (https://developers.google.com/cloud/sdk/) > install.bat > n > 2 / 4

8. SET PATH=%PATH%;c:\python27\;[google_cloud_sdk]/bin (http://www.computerhope.com/issues/ch000549.htm)

9. gcloud auth login > accept > Project ID

10. gcloud init [project ID]

11. Git Repo at [project ID]/default folder.