GitXplorerGitXplorer
m

cloud-launcher

public
39 stars
13 forks
6 issues

Commits

List of commits on branch main.
Unverified
3ad9e36a523a42edbf327e2fb979dfa1c1333114

Update link to script due to git.io deprecation

mmbrukman committed 3 years ago
Unverified
975452bf2e309870c94d2c6d900e9acb06edc699

Bump httplib2 from 0.18.0 to 0.19.0 in /console/appengine

ddependabot[bot] committed 4 years ago
Unverified
c852f5dac1268ecf9ac6235550c68e12c9666b7a

Bump httplib2 from 0.9.1 to 0.18.0 in /console/appengine

ddependabot[bot] committed 5 years ago
Unverified
cd4b2e27d1920fe9d65ab9b4aab9def5ef2ccebc

Add Python 3 testing on macOS

mmbrukman committed 5 years ago
Unverified
9be04ea1030b423b7414dbd386ae2db2f4761f07

Fix Python 3 version detection in bunch

mmbrukman committed 5 years ago
Unverified
5afcf68672a0c181725143c773355b850db2a1e6

Fix Travis CI on macOS

mmbrukman committed 5 years ago

README

The README file for this repository.

Cloud Launcher

Build Status

Simplifying the process of launching applications on Google Cloud Platform.

Global setup

Install the Google APIs Client Library for Python.

Per-project setup

This is a one-time setup for each Google Cloud Platform project you want to use with Cloud Launcher.

  • Modify src/settings.sh to specify a Google Cloud Platform project you have access to that has GCE enabled.

  • Create a directory to store your credentials and set appropriate permissions:

    mkdir -m 700 -p "$HOME/cloud/projects/$PROJECT"
  • Open Google Cloud developer console

  • Go to your Google Cloud Platform project

    • Click on your project name
    • Click on "APIs & Auth"
    • Click on "Credentials"
    • Under "OAuth", click on "Create a new Client ID"
      • Choose "Installed application"
      • Application type is "other"
      • Click on "Create Client ID"
    • Under the new section "Client ID for native application", click on "Download JSON"
    • Save this file as $HOME/cloud/projects/$PROJECT/client_secrets.json
  • Now you can launch applications! Try one of the examples or look at the app catalog.

Discuss

You can discuss Cloud Launcher with other users and developers via the mailing list cloud-launcher (at) googlegroups.com.

License

Apache 2.0; see LICENSE.txt for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.