scrapinghub / portia

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

Portia do not build well on docker #760

Open hashsup opened 7 years ago

hashsup commented 7 years ago

build Portia from GitHub have an error that do not create the folder dist and all it content at portiaui folder, master and develop branch cause same problem, a minor error I discover is provision.sh call wget at installs_deps but it's not installed by default in Ubuntu.

I wasn't able to locate the issue but I continue investigating and any help will be apreciate.

ruairif commented 7 years ago

Could you post the command you used and the output it gave. Wget is installed by ubuntu by default

gpapin commented 5 years ago

Right after the git clone, do a docker-compose up and it build and start portia. However the folder portiaui/dist is empty, and therefore http://localhost:9001 returns a 404...

Pardon me but am I right to assume this repo is not maintain anymore ? it's been a long while since the last code change and a lot of issues left open...