Use the following steps to set up your local environment for developing and deploying your App Engine services:
Install the latest release of PHP.
See PHP Runtime for a list of the supported versions, or see Custom Runtimes for information about using other PHP versions.
Install and initialize the gcloud CLI for deploying and managing your apps. If you already have the gcloud CLI installed and initialized, run the
gcloud components update
command to update to the latest release.By downloading, you agree to be bound by the Terms that govern use of the gcloud CLI for App Engine.
Optional tools:
- Install Git for access to code, samples, libraries, and tools in the Google Cloud GitHub repository.
- To manage dependencies, download Composer and make sure the Composer executable is installed globally.