Portia 接口不工作
Portia interface is not working
我在 运行 和 mac 上打开 portia 界面时遇到问题,
我像文档上写的那样安装了 portia:
git 克隆 https://github.com/scrapinghub/portia
然后这两个无业游民的两个命令:
vagrant init hashicorp/precise32
vagrant up
虚拟框是运行,
但是当我尝试通过 localhost:8000 打开界面时,没有打开任何东西!
任何人都可以帮助大家吗?
这里是 Portia 的贡献者,很抱歉,Vagrant 构建已经被破坏了一段时间。它已在 this pull request 中修复,我们尚未合并,但很快就会合并。您可以通过克隆拉取请求将 Portia 与 Vagrant 一起使用。
vagrant destroy
git fetch origin pull/330/head:pr-330
git checkout pr-330
vagrant up
我在 运行 和 mac 上打开 portia 界面时遇到问题, 我像文档上写的那样安装了 portia: git 克隆 https://github.com/scrapinghub/portia
然后这两个无业游民的两个命令:
vagrant init hashicorp/precise32
vagrant up
虚拟框是运行, 但是当我尝试通过 localhost:8000 打开界面时,没有打开任何东西!
任何人都可以帮助大家吗?
这里是 Portia 的贡献者,很抱歉,Vagrant 构建已经被破坏了一段时间。它已在 this pull request 中修复,我们尚未合并,但很快就会合并。您可以通过克隆拉取请求将 Portia 与 Vagrant 一起使用。
vagrant destroy
git fetch origin pull/330/head:pr-330
git checkout pr-330
vagrant up