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

Commit

Permalink
updated install
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed Oct 30, 2017
1 parent db6b6b6 commit 5eab4cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ 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
In order to run the docker version in background download:

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

**Run DDT, deep crawler and focused crawler:** Download the following files in the same directory
**To run DDT, deep crawler and focused crawler:** Download the following files in the same directory

:download:`docker-compose.yml.ache <../docker-compose.yml.ache>`. Rename the downloaded **docker-compose.yml.ache** to **docker-compose.yml**.

:download:`ache.yml <../ache.yml>`

Use the following commands to run it:
Now use the following commands to run DDT (and crawlers if applicable):

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

0 comments on commit 5eab4cf

Please sign in to comment.