Showing posts with label installation. Show all posts
Showing posts with label installation. Show all posts

Wednesday, March 11, 2015

Announcing the Google Drive Installation Scope

Not long after the Drive SDK was first released, we started receiving requests for a simpler developer and user experience. It took too long for developers to get started, and users were sometimes confused by the ways apps were installed. We’re now announcing a new feature that helps address these concerns: the Drive installation scope.

As the name suggests, this new OAuth 2.0 scope lets users install an app by approving an access request. Along with all the other levels of access you can request from users, it’s now possible to ask users for permission to install your app in their Drive.

This means that an app, or an app’s promotion page, could present an option to “Install this app in Google Drive,” and then users who select this option would interact with an OAuth 2.0 dialog that requests the installation scope. For example, the following script creates an “Add to Google Drive” button that could be embedded in a web page:


<script src="https://apis.google.com/js/client.js"></script>
<script>
var CLIENT_ID = 123456789.apps.googleusercontent.com
function installDriveApp() {
gapi.auth.authorize({
client_id: CLIENT_ID,
scope: https://www.googleapis.com/auth/drive.install,
immediate: false
}, function(authResult) { // Callback when installation complete });
}
</script>
<button onclick="installDriveApp();">Add to Google Drive</button>

On clicking this button, the user sees a standard OAuth 2.0 dialog box like the following (text for the installation scope is expanded in this example):

When the user approves these scopes, the app is installed for the user. Then, once it is installed this way, the app appears in the user’s Open with options as well as the Create > more contextual menu for files of registered MIME types.

Apps still need to specify primary and secondary MIME types when they enable the Drive SDK in the APIs console. But, unlike before, there is no need to install via the Chrome Web Store in order to get UI integration -- web store integration is entirely optional (though recommended).

Essentially, Drive now offers three levels of integration, which apps can combine according to their needs:

  • Simple API access with the Drive API enabled.
  • UI integration, with API access, the Drive SDK enabled, and OAuth-based installation.
  • CWS-based integration, with all of the above plus web store installation and marketing/upsell features.

For guidance in getting started integrating your app in any of these ways, see “Build a Drive Web App” or "Integrate with the Drive UI" in the SDK documentation.

We still recommend that developers consider the many benefits of creating a Chrome Web Store listing for their application. In addition to providing ease of installation for users “shopping” in the Drive app collection, a web store listing provides helpful features to market and promote an app. Our usage analysis shows that apps in the Chrome Web Store receive more usage than apps that aren’t listed. But now, with the installation scope, you can get started developing and testing your app more quickly and then list it in the Chrome Web Store when you’re ready.

If you have any questions about the installation scope, don’t hesitate to let us know on our Stack Overflow tag, google-drive-sdk.

Eric Gilmore

Eric is a technical writer working with the Developer Relations group. Previously dedicated to Google Apps APIs, he is now busy writing about all aspects of the Google Drive SDK.

Read more »

Saturday, February 14, 2015

WordPress Installation Tutorial How to Install WordPress

Hi Users, Today Im telling you the way to install WordPress manually with very easy steps and you can also install WordPress and in no time you will be perfect.........!

You just need to follow these steps to install WordPress:
Step 1. Download the latest version of WordPress
Step 2. Upload the downloaded WordPress files to your Server
Step 3. Create MySQL Database for you WordPress usage
Step 4. Just install your wordpress

Now in Detail: How to Install WordPress Step by Step Guide

Step 1. Download the latest version of WordPress
You just need to Download the WordPress from its official Site: www.WordPress.org

After click on Download button your then your WordPress will begin to download, create a new folder and extract the WordPress to new folder.

Step 2:  Upload the downloaded WordPress files to your Server
The easy way to upload your files to your FTP Server is via FTP software: like FileZilla, Cute FTP and Smart FTP but i prefer FileZilla because it is easy to use. For detail How to upload WordPress to FTP.......!


Step 3: Create MySQL Database for you WordPress usage
Now you just need to create MySQL database for assign a user to it with full permission. For detail How to Create MySQL database and user. for example
After creating  MySQL database and user go to next step.

Step 4: Install your WordPress
Now this is the time to install your WordPress Go to http://youromain.com or if nothing appeared then enter this url to your browser http://yourdomain.com/wp-admin/ and this screen will appeared and click on Create a Configuration File
You just click on this button and below screen will appeared and click on Lets Go button
Now Enter you MySQL database and user like give below screen

After fulling above form click in Submit button and below screen will appeared and click on Run the install button
After click on Run the install button below screen will appeared
Fill the above form as you want and click on Install WordPress to proceed.
Below screen will appeared after install your WordPress, you just have to log In to your account and use it as you want....!
I hope you like it..........!
Read more »