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

Commit

Permalink
Fixed hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
yamsgithub committed May 30, 2017
1 parent cc3f4c2 commit 890e820
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 @@ -8,13 +8,13 @@ Docker Version

You must have docker installed (`Docker Installation <https://docs.docker.com/engine/installation/>`_)

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

>>> ./run_docker_ddt

This will start elasticsearch and the domain discovery tool.

`Using Domain Discovery Tool`_
`Use Domain Discovery Tool`_

Local development
-----------------
Expand All @@ -29,7 +29,7 @@ First install `conda <https://conda.io/docs/install/quick.html>`_.
Install Elasticsearch
~~~~~~~~~~~~~~~~~~~~~

Download Elasticsearch 1.6.2 `here(https://www.elastic.co/downloads/past-releases/elasticsearch-1-6-2)`_, extract the file and run Elasticsearch:
Download Elasticsearch 1.6.2 `here<https://www.elastic.co/downloads/past-releases/elasticsearch-1-6-2>`_, extract the file and run Elasticsearch:

>>> cd {path-to-installed-Elasticsearch}
>>> ./bin/elasticsearch
Expand Down Expand Up @@ -66,7 +66,7 @@ After a successful installation, you can activate the DDT development environmen

>>> ./bin/ddt-dev

`Using Domain Discovery Tool`_
`Use Domain Discovery Tool`_

Use Domain Discovery Tool
-------------------------
Expand Down

0 comments on commit 890e820

Please sign in to comment.