Skip to content

Commit 7e529d7

Browse files
authored
Merge pull request #110 from knaw-huc/fix-index-installation
Add wait-for-it.sh to index example
2 parents 00a22ae + 31f9d80 commit 7e529d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.rst

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ To run the |tr| locally, run in a new directory: ::
3232

3333
git clone https://github.com/knaw-huc/textrepo .
3434
cd examples/production
35+
curl -o scripts/wait-for-it.sh https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh
36+
chmod +x scripts/wait-for-it.sh
3537
./start-prod.sh
3638

3739
Read more on `basic usage <usage.html>`_

0 commit comments

Comments
 (0)