From 2838e1e6cfa88aa420f3e61c48c74f4cceb1f598 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Mon, 30 May 2011 00:15:59 +0100 Subject: [PATCH] Added a README for the RUN@cloud Tweetstore demo --- demos/runatcloud-tweetstore/README.txt | 48 ++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 demos/runatcloud-tweetstore/README.txt diff --git a/demos/runatcloud-tweetstore/README.txt b/demos/runatcloud-tweetstore/README.txt new file mode 100644 index 0000000000..f789b19e44 --- /dev/null +++ b/demos/runatcloud-tweetstore/README.txt @@ -0,0 +1,48 @@ +==== + + Copyright (C) 2011 Cloud Conscious, LLC. + + ==================================================================== + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ==================================================================== +==== + +Please modify your maven settings.xml like below before attempting to run 'mvn -Plive install' + + + cloudbees + + true + + + yourappid + yourenv + + + + + keys + + true + + + YOUR_ACCESS_KEY_ID + YOUR_SECRET_KEY + YOUR_USER + YOUR_HEX_KEY + YOUR_ACCOUNT + YOUR_BASE64_ENCODED_KEY + YOUR_TWITTER_USERNAME + YOUR_TWITTER_PASSWORD + + \ No newline at end of file