From bb3ee09187320d2e19daeebc1038014b112b583d Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Mon, 31 May 2021 17:05:58 +0200 Subject: [PATCH] DOC: Updated documentation a bit. --- src/doc/crawler.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/crawler.rst b/src/doc/crawler.rst index 391c5458..0a710fa1 100644 --- a/src/doc/crawler.rst +++ b/src/doc/crawler.rst @@ -88,9 +88,9 @@ Typically, an invocation looks like: python3 crawl.py /someplace/ -.. Note:: For trying this out with the above mentioned example crawler from the integration tests, +.. Note:: For trying out the above mentioned example crawler from the integration tests, make sure that the ``extroot`` directory in the ``integrationtests`` folder is used as - CaosDB's extroot directory,and call the crawler with ``python3 crawl.py /``. + CaosDB's extroot directory, and call the crawler indirectly via ``./test.sh``. In this case ``/someplace/`` identifies the path to be crawled **within CaosDB's file system**. You can browse the CaosDB file system by -- GitLab