jclouds/demos/googleappengine
Adrian Cole fd1d6ab88a Issue 521:update to final guice 3.0 2011-04-08 21:47:04 -07:00
..
src Issue 474: changed demo to use async urlfetch 2011-02-15 16:37:15 +01:00
README.md Issue 474: clarified instructions 2011-02-15 16:08:01 +01:00
pom.xml Issue 521:update to final guice 3.0 2011-04-08 21:47:04 -07:00

README.md

googleappengine

This example will list the current instances and buckets in your Amazon account, using portable apis. This example runs inside Google AppEngine as a war file.

Prepare

Please unzip http://googleappengine.googlecode.com/files/appengine-java-sdk-1.4.0.zip and export the system variable APPENGINE_HOME accordingly.

Build

To install your test on your remote appengine application, first prepare locally via the below instructions: mvn -Dappengine.applicationid=YOUR_APPLICATION -Dtest.aws.identity=YOUR_ACCESS_KEY_ID -Dtest.aws.credential=YOUR_SECRET_KEY -Plive install

Deploy

then, you can upload this to google appengine like below: appcfg.sh -e YOUR_EMAIL update target//jclouds-googleappengine-example

Test

finally, you can verify with a web url: http://YOUR_APPLICATION_ID.appspot.com/guice/status.check

License

Copyright (C) 2011 Cloud Conscious, LLC. info@cloudconscious.com

Licensed under the Apache License, Version 2.0