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

This repo contains a descriptive wiki and boilerplate copies of CONTRIBUTING.md, LICENSE, and README.md files for use by other repos in this collection.

License

Notifications You must be signed in to change notification settings

GoogleCloudPlatform/Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repo contains a descriptive wiki and boilerplate copies of CONTRIBUTING.md, LICENSE, and README.md files for use by other repos in this collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published