scrapinghub / portia

Visual scraping for Scrapy
BSD 3-Clause "New" or "Revised" License
9.3k stars 1.4k forks source link

where has Portia source been downloaded in my ubuntu machine when I use Docker? #751

Closed hesen1121 closed 7 years ago

hesen1121 commented 7 years ago

I use Docker to download the Portia image, then where has the Portia source been downloaded?I can't find it in my machine.

hackrush01 commented 7 years ago

The source will downloaded inside the docker container most probably. Try this and tell if this seems to work for you

  1. Run portia using docker run -i -t --name portia --rm -v <PROJECTS_FOLDER>:/app/data/projects:rw -p 9001:9001 scrapinghub/portia
  2. Open a new terminal and run docker exec --it portia /bin/bash
  3. You should be inside the docker container in /app/slyd directory, if not then do cd /app/ This directory should contain the source code of portia.