Skip to content

Commit 39c9209

Browse files
committed
Update README.md
Moved Overview to top
1 parent 3f54b82 commit 39c9209

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# How to Run and Deploy the Twitter Influence Analyzer #
22

3+
## Overview of the app ##
4+
5+
This is a Java app that uses the following cloud services:
6+
7+
- Company Text Analytics Service
8+
- Name Text Analytics Service
9+
- MongoDB (backend database)
10+
311
## Prerequisites ##
412

513
Before we begin, we first need to install the command line tool that will be used to upload and manage your application. Cloud Foundry uses a tool called [**cf**](https://github.com/cloudfoundry/cf). This tool is written in Ruby, so you must have Ruby installed. If you are running on Windows, you can install Ruby from [this](http://rubyinstaller.org/downloads/) website.
@@ -39,12 +47,6 @@ If you want to use Eclipse to work on it, there are two ways you can get the sou
3947
5. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
4048
6. Click next and then Finish and the project should be imported into Eclipse
4149

42-
This is a Java app that uses the following cloud services:
43-
44-
- Company Text Analytics Service
45-
- Name Text Analytics Service
46-
- MongoDB (backend database)
47-
4850
## External and Public APIs ##
4951

5052
This app uses some external APIs. You need to register the app with Twitter and Klout to get the keys and tokens.

0 commit comments

Comments
 (0)