Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
69 lines (39 loc) · 1.79 KB

README.md

File metadata and controls

69 lines (39 loc) · 1.79 KB

status: inactive

This project is no longer actively developed or maintained.

Review the release preparing document instead.

Project Name

Project description.

See our other Google Cloud Platform github repos for sample applications and scaffolding for other frameworks and use cases.

Getting the sample code

Get the latest sample code from GitHub using Git or download the repository as a ZIP file. (Download)

git clone https://github.com/GoogleCloudPlatform/REPO_NAME.git

Before you begin

  1. Download and install the Google Cloud SDK, which includes the gcloud command-line tool.

  2. Create a new Google Cloud Platform project from the Cloud Console or use an existing one.

  3. Initialize the Cloud SDK.

    gcloud init
    

Run Locally

You don't need a valid project ID to run locally, but will need a valid ID to deploy.

  1. Run the application using the tool of your choice.

  2. Visit the application at http://localhost:8080.

Deploying

  1. Use the Cloud Console to create a project ID.

  2. Configure gcloud with your project ID.

    gcloud config set project YOUR-PROJECT-ID
    
  3. Use gcloud to deploy your app.

    gcloud app deploy REPO_NAME/
    
  4. Congratulations! Your application is now live at your-project-id.appspot.com

Contributing changes

Licensing