Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Showing posts with label google. Show all posts
Showing posts with label google. Show all posts

Wednesday, October 25, 2017

Google App Engine: Getting Started


.
Google App Engine: Getting Started

1) Login into Google Cloud Platform

Notice the Side Menu button.
Expand the menu.
Select App Engine.
Select Language (PHP).
Specify your location.
Wait.
Follow the tutorial.

2) Tutorial

2.1. App Engine Quickstart

INTRODUCTION

This tutorial shows you how to deploy a sample PHP  application to Google App Engine using the gcloudcommand.
Here are the steps you will be taking.
  • Build and run your "Hello World" app
  • You will learn how to run your app using Google Cloud Shell directly in your browser. At the end you'll deploy your app to the Web using the gcloud command.
  • After the app...
  • Your app will be real and you'll be able to experiment with it after you deploy, or you can remove it and start afresh.

2.2. App Engine Quickstart

Google Cloud Platform organises resources into projects. This allows you to collect all the related resources for a single application in one place.
Click Continue or click “Select a different project” to create a new project.
Wait.

2.3. VIEW SAMPLE CODE

We have the sample PHP code prepared for you in the Google Cloud Repository. To view your cloned code, open the menu on the left -hand side of the console and select Development.

2.4. CONFIGURING YOUR DEPLOYMENT

  1. YAML files
  2. You are now looking at the Hello World folder of the cloned code. Google App Engine uses YAML files to specify a deployment's configuration. The app.yaml file configures the deployment environment.
  3. Open the app.yaml file by left-clicking it.
app.yaml files contain information about your application, including the runtime environment, URL handlers and more.

2.5. USING GOOGLE CLOUD SHELL

Cloud Shell is a built-in command line tool for the console. We're going to use Cloud Shell to deploy our app.
  1. Using Google Cloud Shell
  2. Open Cloud Shell by clicking
  3.  from the navigation bar at the top.
Cloud Shell is a built-in command line tool for the console. We're going to use Cloud Shell to deploy our app.
TUTORIALDIR=~/src/phphelloworld-160623/php_gae_quickstart-2017-03-06-07-34
git clone https://github.com/GoogleCloudPlatform/appengine-try-php.git $TUTORIALDIR
cd $TUTORIALDIR
git checkout gcloud
dev_appserver.py --php_executable_path=/usr/bin/php-cgi $PWD
Preview.

2.6. CREATE THE APPLICATION

In order to deploy our app, we need to create an App Engine application. This sets up the app and selects a region.
  1. Creating the app with Cloud Shell
  2. To create your app enter:
gcloud app create
gcloud app deploy
gcloud app browse
2.7. Deploying with Cloud Shell
You can use Cloud Shell to deploy your app. To deploy your app, enter:
gcloud app deploy app.yaml --project phphelloworld-160623
2.8. View your app's status
You can check up on your app by monitoring its status on the App Engine dashboard.
Open the menu on the left-hand side of the console and select App Engine.

 2.9. Congratulations

You have successfully deployed an App Engine application! Here are some next steps:
  1. Download the Google Cloud SDK and develop locally
  2. Download Cloud SDK for Mac OS X
  3. After it downloads, extract the file  and initialise the SDK .
  4. Build your next application
  5. Learn how to use App Engine with other Cloud Platform products

FURTHER REFERENCES



.

Create Web Apps Using Google Apps Script


.
1000 Introduction To Apps Script


1. Log into http://drive.google.com
2. Right-click and select Google Apps Script.


1. Give a name, ie first-script.
2. Type "Logger.log("Hello World");"
3. Click Save button.
4. Click Run button.
(You may be required to set Allow Permission to run the script)

1. Select menu View/Logs

1. The string "Hello World" is shown in the Logs window.
.
REFERENCES:
https://www.lynda.com/Google-Apps-tutorials/Welcome/380092/437142-4.html

Friday, January 11, 2013

How to register for Gmail

Introduction

Gmail is a free, advertising-supported email service provided by Google.[3] Users may access Gmail as secure webmail,[4] as well as via POP3 or IMAP4 protocols.[5][6] Gmail was launched as an invitation-only beta release on April 1, 2004[7] and it became available to the general public on February 7, 2007, though still in beta status at that time.[8] The service was upgraded from beta status on July 7, 2009, along with the rest of the Google Apps suite.[9][10]
With an initial storage capacity offer of 1 GB per user, Gmail significantly increased the webmail standard for free storage from the 2 to 4 MB its competitors such as Hotmail offered at that time.[11] Individual Gmail messages, including attachments, may be up to 25 MB,[12] which is larger than many other mail services support. Gmail has a search-oriented interface and a "conversation view" similar to an Internet forum. Gmail is noted by web developers for its pioneering use of Ajax.[13] Gmail runs on Google GFE/2.0 on Linux.[14][15][16] As of June 2012, it is the most widely used web-based email provider with over 425 million active users worldwide.[2][17]
Source: http://en.wikipedia.org/wiki/Gmail



1. Go to http://mail.google.com .


2.Look at top right corner. Notice the red button with the label "CREATE AN ACCOUNT". Click the button.




3. Fill-in the form




3.1) Fill-in your first name and last name.


3.2) Choose your username. This can be quite tricky as usernames must be unique and you cannot choose a username that have been registered by others. Take your time to choose a name that you like. Combine the username with numbers (make sure the number combination is easy for you to memorize!) to make it unique.





3.3) Type your preferred password for two times. Make sure it is hard to be guessed and simple for you to remember.


3.3) Set your birthday. The birthday date is important for future references, e.g., retrieving forgotten password or username.


3.4) Pick your Gender.


3.5) Enter mobile phone number. Your mobile number is required to help Google identify that you are a person.


3.6) Enter your current email-address. In the case where you forget your password, Google may use this email address to send you the password.


3.7) Enter the CAPTCHA text. If the text is hardly readable, click reload button to get a replacement. Enter the text carefully.



4. Click Next Step.