From 1f5cd5d1c060889ecae4ad25a0f06dadede71d07 Mon Sep 17 00:00:00 2001 From: Anand Kesari Date: Wed, 3 Nov 2010 15:41:24 -0700 Subject: [PATCH] Build and deploy instructions for examples. --- README | 9 --------- README.md | 15 +++++++++++++++ twittertopiccount/{REAME.md => README.md} | 0 3 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 README create mode 100644 README.md rename twittertopiccount/{REAME.md => README.md} (100%) diff --git a/README b/README deleted file mode 100644 index 1452669..0000000 --- a/README +++ /dev/null @@ -1,9 +0,0 @@ -Building and running examples: -1. Build twittertopiccount/ -2. Create an image -## Select a directory for creating an image, say IMG_DIR - mkdir IMG_DIR - cd example_tools/scripts - ./prep_image.sh -3. Run application from IMG_DIR/bin. Refer to the Getting Started - guide for more information. diff --git a/README.md b/README.md new file mode 100644 index 0000000..64dd8ce --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +S4 Example Applications +======================= + +This is a set of example applications using S4. To build and deploy an example + +1. Read the example's README file for build instructions +2. Refer to the [Getting Started](http://wiki.s4.io/Tutorials/GettingStarted) wiki for instructions on how to deploy and run the application + +Realtime Twitter Topic Count +---------------------------- + +This application detects popular hashtags on Twitter by listening to the +Twitter gardenhose. + +Build instructions: twittertopiccount/README.md diff --git a/twittertopiccount/REAME.md b/twittertopiccount/README.md similarity index 100% rename from twittertopiccount/REAME.md rename to twittertopiccount/README.md