Skip to content

Commit 2cdf02d

Browse files
authored
Update README.md
Updated with new installation instructions
1 parent a80fb75 commit 2cdf02d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,22 @@ A side project of RelNet resulted in the ***Infinite Data Pipeline*** which is b
1919
1. [Install CUDA and cuDNN](http://www.pyimagesearch.com/2016/07/04/how-to-install-cuda-toolkit-and-cudnn-for-deep-learning/)
2020
2. [Apache Storm and Twitter API Setup](https://www.tutorialspoint.com/apache_storm/apache_storm_installation.htm)
2121
3. [Install keras and Theano](http://www.pyimagesearch.com/2016/07/18/installing-keras-for-deep-learning/)
22+
4. [Download Kafka 2.10](https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.1.1/kafka_2.10-0.10.1.1.tgz)
2223

2324
## Data Miner Run Guide (MacOSX Local):
24-
1. Run **systemStartMac.sh** to start your *Storm* instance.
25-
2. Run **runAPI.sh** to open the *Twitter* stream and start collection. (Requires you to edit **runAPI.sh** with correct *Twitter* API credentials).
25+
1. Run **systemStartMac.sh** to start your *Storm* instance. Make sure `KAFKAHOME` is set correctly in `scripts/startKafkaServer.sh`.
26+
2. Edit `src/storm/pom.xml` with the appropriate Twitter credentials. Run `mvn install` inside `src/storm` to compile and `mvn exec:java` to start the data collection and streaming.
2627

2728
## Data Miner Run Guide (Ubuntu 16.04 Local):
28-
1. Run **systemStartMac.sh** to start your *Storm* instance.
29+
1. Run **systemStartUbuntu.sh** to start your *Storm* instance.
2930
2. Run **runAPI.sh** to open the *Twitter* stream and start collection. (Requires you to edit **runAPI.sh** with correct *Twitter* API credentials).
3031

3132
## Tweetnet Run Guide:
3233
1. Run **tweetnet.py**.
3334

3435
## Notes:
3536

36-
**Note**: The system start script opens four new terminals; *Apache Zookeeper*, the *Nimbus*, the *Supervisor*, and *StormUI*. Each new open terminal requires **sudo** access and will request for the user's password. To view *StormUI* you can navigate to *localhost:8080*.
37+
**Note**: The system start script opens five new terminals; *Apache Zookeeper*, the *Nimbus*, the *Supervisor*, *StormUI*, and the *Kafka* server. Each new open terminal requires **sudo** access and will request for the user's password. To view *StormUI* you can navigate to *localhost:8080*.
3738

3839
**Note**: In the CUDA setup, the section where you link cuda to cuda-7.5 is outdated.
3940

0 commit comments

Comments
 (0)