Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Added instructions for new docker-compose to run the crawlers
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed Oct 30, 2017
1 parent 0d43f1a commit d3fe7de
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ Background Mode

You must have docker compose installed to run the background version. For Mac docker-compose is included in the docker installation. For Ubuntu follow instructions under Linux tab in `docker compose install for linux <https://docs.docker.com/compose/install/>`_

In order to run the docker version in background download :download:`docker-compose.yml <../docker-compose.yml>`. Use the following commands to run it:
In order to run the docker version in background download

**Run only DDT (no crawlers):** Download :download:`docker-compose.yml <../docker-compose.yml>`.

**Run DDT, deep crawler and focused crawler:** Download :download:`docker-compose.yml.ache <../docker-compose.yml.ache>`. Rename the downloaded **docker-compose.yml.ache** to **docker-compose.yml**.

Use the following commands to run it:

>>> cd {path-to-downloaded-docker-compose.yml}
>>> docker-compose up -d

The above commands will start elasticsearch and DDT processes. The elasticsearch and DDT data are stored in the directory {path-to-downloaded-docker-compose.yml}/data.
The above commands will start elasticsearch and DDT processes (and crawlers if applicable). The elasticsearch and DDT (and crawler if applicable) data are stored in the directory {path-to-downloaded-docker-compose.yml}/data

You can check the output of the DDT tool using:

Expand Down

0 comments on commit d3fe7de

Please sign in to comment.