From db4f982857abd1537dd216456db15ecac154e6fb Mon Sep 17 00:00:00 2001 From: sumous Date: Sun, 5 May 2019 15:15:36 +0800 Subject: [PATCH] Update installation.rst OUPUT_FOLDER->OUTPUT_FOLDER --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d20428f08..5d70acada 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -21,7 +21,7 @@ Projects will be stored in the project folder that you mount to docker. To extract data using portia you can run your spider with:: - docker run -i -t --rm -v :/app/data/projects:rw -v :/mnt:rw -p 9001:9001 scrapinghub/portia \ + docker run -i -t --rm -v :/app/data/projects:rw -v :/mnt:rw -p 9001:9001 scrapinghub/portia \ portiacrawl /app/data/projects/PROJECT_NAME SPIDER_NAME -o /mnt/SPIDER_NAME.jl After the crawl finishes you will find your extracted data in the the `OUTPUT_FOLDER`