Skip to content

Commit 2fd6229

Browse files
committed
Fixed image paths
1 parent 172d8aa commit 2fd6229

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This app uses the Google Maps v3 APIs. Google APIs are open for the developers a
6565

6666
The twitter credentials are entered in the file called as twitter4j.properties which is present in the classpath (src directory). Just copy paste the credentials in twitter4j.properties file that you get after registering the app with twitter. Also the Klout API key is entered in the file called klout.properties present in the classpath as shown below:
6767

68-
![image](/images/klout_key.png)
68+
![image](images/klout_key.png)
6969

7070
## Deploying the App ##
7171

@@ -79,11 +79,11 @@ Just follow the instructions on the screen. You can select the default settings
7979

8080
For the app to function correctly, you must create the service instance and bind the service instance while deploying the app. The **cf push** command will ask, "Create services for application?" Answer yes, then you will be presented with a list of services. Choose **mongodb** from this list. Below, you can see some screenshots of what this should look like when deploying from the command line.
8181

82-
![Deploy steps](/images/push-app1.png)
82+
![Deploy steps](images/push-app1.png)
8383

84-
![Deploy steps](/images/push-app-2.png)
84+
![Deploy steps](images/push-app-2.png)
8585

86-
![Deploy steps](/images/push-app-3.png)
86+
![Deploy steps](images/push-app-3.png)
8787

8888
- After the application is deployed using **cf push**, you can check the status of the app using the following command: **cf apps**. If the status is RUNNING, you can hit the URL in the browser and see the application is running.
8989

@@ -97,12 +97,12 @@ For the app to function correctly, you must create the service instance and bind
9797

9898
This is the home screen of the app. You can enter a twitter screen name in the text box and click the Analyze button to see their influence. You can also view any records saved in the database by clicking on the 'View Database' button.
9999

100-
![image](/images/home.png)
100+
![image](images/home.png)
101101

102102
After entering the twitter name and clicking the Analyze button, you'll be able to see the influence analysis of that person on the left side. You will also see their last 10 tweets and any recent mentions in the tweets plotted on Google Maps (if there is geolocation data for a tweet).
103103

104-
![image](/images/results.png)
104+
![image](images/results.png)
105105

106106
These are the records of the Influencers in the database. The user can also delete the records.
107107

108-
![image](/images/saved_records.png)
108+
![image](images/saved_records.png)

0 commit comments

Comments
 (0)