fixed typos 2

pull/88/head
Mokaddem 2016-10-13 17:20:25 +02:00
parent f615333aae
commit c88b77c372
1 changed files with 3 additions and 1 deletions

View File

@ -115,16 +115,18 @@ For now, there are two different way to feed AIL with data:
#Feeding AIL with pystemon #Feeding AIL with pystemon
AIL is an analysis tool, not a collector! AIL is an analysis tool, not a collector!
However, if you want to collect some paste and feed them to AIL, the procedure is described below. However, if you want to collect some paste and feed them to AIL, the procedure is described below.
Nevertheless, moderate your queries! Nevertheless, moderate your queries!
Here are the steps to setup your pystemon and feed data to AIL: Here are the steps to setup your pystemon and feed data to AIL:
1. Clone the [pystemon's git repository](https://github.com/CIRCL/pystemon) 1. Clone the [pystemon's git repository](https://github.com/CIRCL/pystemon)
2. Install its python dependencies inside your virtual environment 2. Install its python dependencies inside your virtual environment
3. Launch pystemon ``` ./pystemon ``` 3. Launch pystemon ``` ./pystemon ```
4. Edit the file bin/feeder/pystemon-feeder.py and modify the pystemonpath path accordingly 4. Edit the file ```bin/feeder/pystemon-feeder.py``` and modify the pystemonpath path accordingly
5. Launch pystemon-feeder ``` ./pystemon-feeder.py ``` 5. Launch pystemon-feeder ``` ./pystemon-feeder.py ```