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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed Jun 17, 2017
2 parents 55d1007 + 8fa5595 commit 8b711ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ You must have docker installed (`Docker Installation for Mac <https://docs.docke
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 in step 3. 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:

>>> cd {path-to-downloaded-docker-compose.yml}
Expand All @@ -34,7 +36,7 @@ To shutdown the processes run:
Interactive Mode
~~~~~~~~~~~~~~~~

To run using the interactive docker version download the script `run_docker_ddt <https://github.com/ViDA-NYU/domain_discovery_tool_react/raw/master/bin/run_docker_ddt.zip>`_ and run it:
To run using the interactive docker version download the script :download:`run_docker_ddt <../bin/run_docker_ddt.zip>` and run it:

>>> cd {path-to-downloaded-run_docker_ddt}
>>> ./run_docker_ddt
Expand Down

0 comments on commit 8b711ad

Please sign in to comment.