php-docs-samples/appengine/flexible/staticcontent at master · bashcarpenter/php-docs-samples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Static content and Google App Engine Flexible Environment

This sample application demonstrates how to serve static content with Google App Engine Flexible Environment.

Prerequisites

  • Install composer
  • Install dependencies by running:
$ composer install

Deploy to App Engine

Prerequisites

Deploy with gcloud

$ gcloud config set project YOUR_PROJECT_ID
$ gcloud app deploy