chg: [HOWTO] clarify that AIL framework is required for the crawler part

This commit is contained in:
Alexandre Dulaunoy 2018-10-02 14:19:58 +02:00
parent 59df5f0e12
commit 4dde62f26e
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -143,5 +143,12 @@ All Splash dockers are launched inside the ``Docker_Splash`` screen. You can use
- ```sudo service tor restart```
- set activate_crawler to True in ``/bin/packages/config.cfg``
#### Start
- ```sudo ./bin/torcrawler/launch_splash_crawler.sh -f $AIL_HOME/configs/docker/splash_onion/etc/splash/proxy-profiles/ -p 8050 -n 1";```
- ```sudo ./bin/torcrawler/launch_splash_crawler.sh -f $AIL_HOME/configs/docker/splash_onion/etc/splash/proxy-profiles/ -p 8050 -n 1```
If AIL framework is not started, it's required to start it before the crawler service:
- ```./bin/LAUNCH.sh -l```
Then starting the crawler service (if you follow the procedure above)
- ```./bin/LAUNCH.sh -c```