phpでazure table storage

17
PHP で AZURE TABLE STORAGE WebMatrix でででで

Upload: jun-kudo

Post on 13-Jun-2015

43.225 views

Category:

Technology


3 download

DESCRIPTION

PHPMatsuri2013 in Sapporoで発表したLT資料 タイトルなど一部修正

TRANSCRIPT

Page 1: PHPでAzure Table Storage

PHPで AZURE TABLE STORAGE

WebMatrix使います

Page 2: PHPでAzure Table Storage

自己紹介

工藤淳 くどうじゅん  Jun Kudo

インフラ屋 Japan Windows Azure User Group

北海道情報セキュリティ勉強会 北海道フードマイスター @jkudo

About.me/jkudo

Page 3: PHPでAzure Table Storage

AZURE TABLE STORAGE見るだけ

1、 Azureで開発環境作ります。 2、 Azure Websiteと Strageを立ち上げます。 3、データをインポートします。 4、WebMatrix3入れます。 5、設定します。 6、なんか書きます。 7、デプロイします。 8、表示させてみます。

Page 4: PHPでAzure Table Storage

AZUREの管理画面

Page 5: PHPでAzure Table Storage

仮想マシン立ち上げます

Page 6: PHPでAzure Table Storage

WEB SITE立ち上げます

Page 7: PHPでAzure Table Storage

ストレージ立ち上げます

Page 8: PHPでAzure Table Storage

データをインポート

Page 9: PHPでAzure Table Storage

WEBMATRIXと SDKインストール

Page 10: PHPでAzure Table Storage

発行プロファイルのダウンロード

Page 11: PHPでAzure Table Storage

WEBMATRIXに読み込ませます

Page 12: PHPでAzure Table Storage

COMPOSER.JSON

{ "require": { "microsoft/windowsazure": "*" }, "repositories": [ { "type": "pear", "url": "http://pear.php.net" } ], "minimum-stability": "dev"}

Page 13: PHPでAzure Table Storage

インストールします

http://getcomposer.org/composer.pharphp composer.phar install

Page 14: PHPでAzure Table Storage

書きます

Page 15: PHPでAzure Table Storage

デプロイ

Page 16: PHPでAzure Table Storage

見てみた

Page 17: PHPでAzure Table Storage

チュートリアル

http://www.windowsazure.com/en-us/develop/php/tutorials/website-with-storage/