scrapinghub / scrapinghub-stack-portia

Software stack used to run Portia spiders in Scrapinghub cloud
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

How to run scrapinghub and portia using docker #34

Open felixbridell opened 7 years ago

felixbridell commented 7 years ago

Hi. I have tried to search on google for the right commands for running scrapinghub and portia using docker, but can't find it. I have docker installed on my macOS Sierra and tried $ docker run -v "$PWD":/app/data/projects:rw -p 9001:9001 scrapinghub/scrapinghub-stack-portia the docker image downloads but after that nothing happened. Can some one please point me in the right direction on this?

liwanfeng commented 6 years ago

The same question. How did you solve it?

vshlapakov commented 6 years ago

Hey, sorry, the stack is internal and is not intended to be run locally. I think main reasons to have it publicly available is to track different releases and its dependencies to simplify debugging process. /cc @ruairif

ruairif commented 6 years ago

@liwanfeng When you run Portia from the docker image it only starts the server to handle the UI. You need to visit http://localhost:9001 in your browser to use portia