Skip to content

Latest commit

 

History

History
89 lines (46 loc) · 3.52 KB

website-from-gallery.md

File metadata and controls

89 lines (46 loc) · 3.52 KB

The gallery makes available a wide range of popular web applications developed by Microsoft, third party companies, and open source software initiatives. Web applications created from the gallery do not require installation of any software other than the browser used to connect to the Windows Azure Management Portal.

In this tutorial, you'll learn:

  • How to create a new site through the gallery.

  • How to deploy the site through the Windows Azure Portal.

You'll build a WordPress blog that uses a default template. The following illustration shows the completed application:

Wordpress blog

Note

To complete this tutorial, you need a Windows Azure account. You can create a free trial account in just a couple of minutes. For details, see Create a Windows Azure account.


Create a web site in the portal

  1. Login to the Windows Azure Management Portal.

  2. Click the New icon on the bottom left of the dashboard.

    Create New

  3. Click the Web Site icon, and click From Gallery.

    Create From Gallery

  4. Locate and click the WordPress icon in list, and then click Next.

    WordPress from list

  5. On the Configure Your App page, enter or select values for all fields:

  • Enter a URL name of your choice

  • Leave Create a new MySQL database selected in the Database field

  • Select the region closest to you

    configure your app

  1. Then click Next.

  2. On the Create New Database page, you can specify a name for your new MySQL database or use the default name. Select the region closest to you as the hosting location. Select the box at the bottom of the screen to agree to ClearDB's usage terms for your hosted MySQL database. Then click the check to complete the site creation.

    create database

After you click Complete Windows Azure will initiate build and deploy operations. While the web site is being built and deployed the status of these operations is displayed at the bottom of the Web Sites page. After all operations are performed, A final status message when the site has been successfully deployed.

Launch and manage your WordPress site

  1. Click on your new site from the Web Sites page to open the dashboard for the site.

    launch dashboard

  2. On the Dashboard management page, scroll down and click the link on the left under Site Url to open the site's welcome page.

    site URL

  3. Enter appropriate configuration information required by WordPress and click Install WordPress to finalize configuration and open the web site's login page.

    login to WordPress

  4. Login to the new WordPress web site by entering the username and password that you specified on the Welcome page.

  5. You'll have a new WordPress site that looks similar to the site below.

    your WordPress site