Skip to content

Instantly share code, notes, and snippets.

@kaz29
Created October 15, 2011 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaz29/1289554 to your computer and use it in GitHub Desktop.
Save kaz29/1289554 to your computer and use it in GitHub Desktop.
PHPMatsuri2011 NiftyCloud Workshop2
cd /usr/local/app/cakephp/vendors/
git clone git://github.com/kaz29/unofficial-niftycloud-sdk-for-php.git \
NiftyCloud
cd /usr/local/app/cakephp/plugins/
git clone git://github.com/kaz29/nifty_cloud_controll_panel_plugin.git \
NiftyCloudControllPanel
cd NiftyCloudControllPanel
git checkout -b cake2 origin/cake2
vim /usr/local/app/cakephp/app/Config/core.php
// ファイル末尾に、以下にAPI Keyをセットしてペースト
Configure::write('nifty_cloud', array(
'secret_key' => "Your API Secret Key Here!",
'access_key' => "Your API Key Here!",
));
// 以下のURLにアクセス
http://[Your IP]/nifty_cloud_controll_panel/instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment