Transcript
Page 1: Getting Started with Google Cloud Technology

Getting Started with Google app EnginePHP SDK - Cloud SQL

Getting Started with Google Compute EngineConfigure your Virtual Machine

DerekHaddadDonaldDerek

Page 2: Getting Started with Google Cloud Technology

byblos.startupweekend.org

$25,000 Worth of prizes!

Page 3: Getting Started with Google Cloud Technology

beirut.startupweekend.org

Page 4: Getting Started with Google Cloud Technology

Getting Started with Google app Engine

PHP SDK - Cloud SQL

DerekHaddad

Page 5: Getting Started with Google Cloud Technology

Installing weaponsAvailable for Mac-OSX, Windows and Linux

Page 6: Getting Started with Google Cloud Technology

DerekHaddad

$2000 to get started with Google Cloud

PlatformGoogle Cloud Platform Starter Pack allows developers from affiliated partners to receive $2,000 of credit - $1,000 for Google

App Engine and $1,000 for Google Compute Engine.

cloud.google.com/starterpack

Page 7: Getting Started with Google Cloud Technology

DerekHaddad

Google cloud consolecloud.google.com/console

Page 8: Getting Started with Google Cloud Technology

DerekHaddad

Create new projectcloud.google.com/console

Page 9: Getting Started with Google Cloud Technology

DerekHaddad

Hello world – php sdk

helloworld/app.yamlhelloworld.php

Page 10: Getting Started with Google Cloud Technology

WARNINGcoding mask on!

Page 11: Getting Started with Google Cloud Technology

DerekHaddad

Using the Users Service

Page 12: Getting Started with Google Cloud Technology

DerekHaddad

Handling Web Forms

Page 13: Getting Started with Google Cloud Technology

DerekHaddad

Using Static Files

Page 14: Getting Started with Google Cloud Technology

DerekHaddad

Uploading Your ApplicationDeploying Nuke

Edit the app.yaml file, then change the value of the application: setting from helloworld to your registered

application ID

Use your Google Engine Launcher to deploy your app!

Page 15: Getting Started with Google Cloud Technology

DerekHaddad

Where is your app ?http://your_app_id.appspot.com

Page 16: Getting Started with Google Cloud Technology

DerekHaddad

Building our guestbook appUsing Cloud SQL

Page 17: Getting Started with Google Cloud Technology

DerekHaddad

Connect to cloud sql

Page 18: Getting Started with Google Cloud Technology

WARNINGcoding mask on!

Page 19: Getting Started with Google Cloud Technology

Google compute engineSetting up your Virtual Machine!

DerekHaddad

Page 20: Getting Started with Google Cloud Technology

Terminal alert!

Page 21: Getting Started with Google Cloud Technology

Ssh into your vmSet-up your Virtual Machine

Ex: Add a Firewall

DerekHaddad

Page 22: Getting Started with Google Cloud Technology

Install web serversudo apt-get install apache2

DerekHaddad

Page 23: Getting Started with Google Cloud Technology

Build crazy things!Install node.js

DerekHaddad

Page 24: Getting Started with Google Cloud Technology

May The Source be With yougithub.com/DonaldDerek