Windows Azure網站託管服務:用Git部署你的PHP/NodeJS網站

來源:互聯網
上載者:User
關鍵字 PHP Azure Azure nodejs

前一篇介紹了如何利用 Windows HTTP://www.aliyun.com/zixun/aggregation/13357.html">Azure 的網站託管服務來快速架設網站,對於開發人員來說, 其實也可以利用這樣的服務,部署你的 PHP 或 NodeJS 網站,而且並不一定要使用 Microsoft 的開發工具,這篇文章將以在 Mac OSX 下的操作環境,搭配 git 來部署網站。

開啟 git 部署功能

在前一篇文章仲介紹了如何使用 Windows Azure 的管理介面來建立網站,在建立好網站後,便能夠在管理網站的 dashboard 中開啟 git 部署功能:

開始 git 部署功能

按下「Set up Git publishing」的功能之後,Windows Azure 便會開始為這個網站服務建立 git repository,看到下方的畫面就表示建立成功,可以準備開始部署了:

完成建立 git repository,準備開始部署

這個畫面也會顯示 git repository 的 URL,如果還沒安裝 git 的話,也可以參考下方的說明。

使用 git 部署網站
開啟 git 部署功能後,便可以在開發機上建立環境,首先建立一個 index.php 的檔案,內容如下:

<?php
echo "Hello, world (from PHP on Windows Azure)";接著,在你的開發機器上建立一個本地端的 git repository,並且完成第一個 commit:

建立本地端的 git repository

接下來,就是要將這個 commit 部署到 Windows Azure 的網站服務上,記住你網站服務的 URL,然後利用下方的指令將 remote repository 加入,並且把本地端的 commit push 上去:

部署到 Windows Azure

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.