Below you will find pages that utilize the taxonomy term “Windows Azure”
Posts
Windows Azure - Enable MediaWiki File Upload
使用 Azure 架設 MediaWiki,若要啟動檔案上傳的功能,我們需要在建立 MediaWiki 時,將 Enable MediaWiki File Uplad 以及 Use Windows Azure Storage As File Backend 設定開啟,並設定 Windows Azure Storage Account Name 以及 Windows Azure Storage Account Key。
{% img /images/posts/EnableAzureMediaWikiFileUplad/1.png %}
填寫 Windows Azure Storage Account Name 以及 Windows Azure Storage Account Key 的值時,可參閱儲存體的存取金鑰。
{% img /images/posts/EnableAzureMediaWikiFileUplad/2.png %}
這樣建立出來的 MediaWiki 就會啟用 MediaWiki 的 WindowsAzureStorage Extension,可以看到建立好的 LocalSetting.php 內會自動設好相關的設定。
{% img /images/posts/EnableAzureMediaWikiFileUplad/3.png %}
建立出來的 MediaWiki 也可以正常的將檔案上傳上去。
read morePosts
Windows Azure - MediaWiki in Azure
用 Azure 架設 MediaWiki,我們可以到 Azure 的入口網站,切換至網頁管理頁面。
{% img /images/posts/MediaWikiInAzure/1.png %}
按下左下角的新增按鈕。
{% img /images/posts/MediaWikiInAzure/2.png %}
然後從組件庫中建立我們要的服務。
{% img /images/posts/MediaWikiInAzure/3.png %}
也就是 MediaWiki 服務,選取後按下 Next 繼續。
{% img /images/posts/MediaWikiInAzure/4.png %}
接著要進行服務的細部設定,像是服務的網址、Wiki 的名稱、登入的帳密…等。設定完一樣按下 Next 繼續。
{% img /images/posts/MediaWikiInAzure/5.png %}
最後是設定 MySQL 資料庫。
{% img /images/posts/MediaWikiInAzure/6.png %}
到這邊設定告一段落,系統會開始進行服務的佈署。
{% img /images/posts/MediaWikiInAzure/7.png %}
佈署完成按下下方的瀏覽按鍵。
{% img /images/posts/MediaWikiInAzure/8.png %}
我們即可看到 MediaWiki 服務運行的結果,但因為是第一次使用,所以此時還未有 LocalSettings.php 設定檔,為此我們可以按下畫面中的連結產生預設的設定先。
{% img /images/posts/MediaWikiInAzure/9.png %}
按下後 MediaWiki 就可正常使用了,這邊直接用服務建立時所設定的帳密進行登入就可以了。
{% img /images/posts/MediaWikiInAzure/10.png %}
read more