Getting Started with Google Cloud Technology

Preview:

DESCRIPTION

Given at the GDG Beirut Bootcamp a pre-Startup Weekend Byblos event: - Getting started with Google App Engine - PHP SDK - Getting started with Google Compute Engine - Setting up your Debian 7 Virtual Machine.

Citation preview

Getting Started with Google app EnginePHP SDK - Cloud SQL

Getting Started with Google Compute EngineConfigure your Virtual Machine

DerekHaddadDonaldDerek

byblos.startupweekend.org

$25,000 Worth of prizes!

beirut.startupweekend.org

Getting Started with Google app Engine

PHP SDK - Cloud SQL

DerekHaddad

Installing weaponsAvailable for Mac-OSX, Windows and Linux

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

DerekHaddad

Google cloud consolecloud.google.com/console

DerekHaddad

Create new projectcloud.google.com/console

DerekHaddad

Hello world – php sdk

helloworld/app.yamlhelloworld.php

WARNINGcoding mask on!

DerekHaddad

Using the Users Service

DerekHaddad

Handling Web Forms

DerekHaddad

Using Static Files

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!

DerekHaddad

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

DerekHaddad

Building our guestbook appUsing Cloud SQL

DerekHaddad

Connect to cloud sql

WARNINGcoding mask on!

Google compute engineSetting up your Virtual Machine!

DerekHaddad

Terminal alert!

Ssh into your vmSet-up your Virtual Machine

Ex: Add a Firewall

DerekHaddad

Install web serversudo apt-get install apache2

DerekHaddad

Build crazy things!Install node.js

DerekHaddad

May The Source be With yougithub.com/DonaldDerek