fulls1z3 / Template

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0