Skip to content

Cloud Curious — Website Hosting

Video not showing? Watch on YouTube

In this session we cover:

  • Download an application
  • Test the application
  • Deploy the application

Instructions Before You Start

  1. Go to this link
  2. Click the ‘Start Challenge’ button.
  3. Enter your first and last name, business name = N/A, email = your email (this is where your token will go to), job title, website = google.com, your telephone number, country, challenge track = ‘getting started track’ and then no to both questions, then press Submit.
  4. Check you email for Google Cloud skills challenge: Your unique access code
  5. Copy your unique access code from the email
  6. Then, click Claim Offer
  7. Click Join at the top right of the page, using the email you used to sign up for the challenge above, business can be N/A
  8. Go back to your email and click the verification email and click ‘Confirm Email’ address and log in
  9. Now go to this link
  10. Click the green ‘Start lab’ button on the top left and click ‘Launch with 1 credit’.
  11. If you are logged into another Google Cloud Platform account, please follow steps 1-4 of Setup and Requirements below the green ‘Start lab’ button.
  12. Once on Google Cloud Platform, agree to the terms and conditions.
  13. You are now ready to start the session, please start the video.
  1. gsutil -m cp -r gs://spls/gsp067/python-docs-samples .
  2. cd python-docs-samples/appengine/standard_python3/hello_world
  3. dev_appserver.py app.yaml
  4. nano main.py
  5. dev_appserver.py app.yaml
  6. gcloud app deploy
  7. gcloud app browse