http://www.facebook.com/kazumi.hirose
Debian
GNU/Linux
ASP.NET MVC, Web API, and ASP.NET Web Pages (aka Razor)はOSSです。
http://www.asp.net/mvc/open-source
projectkudu
https://github.com/projectkudu
How to
VMDepotでサクッとownCloud
http://www.kzmx.net/#/?p=1021
CLI Toolから、もちろん使
えます。
{
"require": {
"microsoft/windowsazure": "*"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}
],
"minimum-stability": "dev"
}
$php composer.phar install
$wget http://getcomposer.org/composer.phar
pear install pear.windowsazure.com/WindowsAzure-0.3.1
pear channel-discover pear.windowsazure.com
ぺちぱーなら説明いらないよね!!
npm install azure
pip install azure
gem install azure
注: Ruby 2.0 x64 on Windowsでは動作しません
nokogiriに依存する為、現時点では動作、ビルド不可
nokogiriが依存するlibxml2の問題と思われる。
(軽く確認した程度なので、間違っていたごめんなさい)
git clone git://github.com/WindowsAzure/azure-sdk-for-java.git
cd ./azure-sdk-for-java/microsoft-azure-api/
mvn compile
<dependency>
<groupId>com.microsoft.windowsazure</groupId>
<artifactId>microsoft-windowsazure-api</artifactId>
<version>0.4.2</version>
</dependency>
$ sudo apt-get install build-essential libssl-dev
$ wget http://nodejs.org/dist/v0.10.5/node-v0.10.5.tar.gz
$ tar zxf node-v0.10.5-linux-x64.tar.gz && cd node-v0.10.5
$ ./configure && make
$ sudo make install
Windows Azure xplat CLI Tool
$ sudo npm install azure-cli –g
kazumi@cloudnine:~$ azure
info: _ _____ _ ___ ___
info: /_ |_ / | | | _  __|
info: _ ___/ _ __/ /| |_| | / _|___ _ _
info: (___ /_/ _/___|___/|_|____| _____)
info: (_______ _ _) _ ______ _)_ _
info: (______________ _ ) (___ _ _)
info:
info: Windows Azure: Microsoft's Cloud Platform
info:
info: Tool version 0.6.15
help:
help: Display help for a given command
help: help [options] [command]
help:
help: Opens the portal in a browser
help: portal [options]
help:
help: Commands:
help: account Manage your account information and publish settings
help: account affinity-group Commands to manage your Azure affinity groups
help: account storage Commands to manage your Azure storage account
Windows Azure
https://github.com/WindowsAzure
Microsoft Openness Japan
http://www.slideshare.net/Microsoft_Openness_Japan
Windows Azure loves OSS

Windows Azure loves OSS