scrapinghub / portia

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

Stuck at ==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US #724

Closed sheedyaja closed 7 years ago

sheedyaja commented 7 years ago

Hi,

I'm using Vagrant on Windows to install Portia

But it always stuck at ==> default: Ign http://archive.ubuntu.com trusty/universe Translation-en_US I've left it for 3 hours and it's still not working

Any idea how to bypass the error?

ruairif commented 7 years ago

I've just run:

git clone git@github.com:scrapinghub/portia.git
cd portia
git checkout develop
cd portiaui
npm install && bower install && ember build
cd ..
mkdir -p data/projects
vagrant up

Everything works as expected when I visited 127.0.0.1:9001