Skip to content

Files

Latest commit

7b14b4d · Feb 3, 2016

History

History
This branch is 1617 commits behind vimagick/dockerfiles:master.

portia

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 3, 2016
Feb 3, 2016
Feb 3, 2016

portia

Portia is a tool that allows you to visually scrape websites without any programming knowledge required.

docker-compose.yml

portia:
  image: vimagick/portia
  container_name: portia
  ports:
    - "9001:9001"
  volumes:
    - ./data:/app/slyd/data
  restart: always

up and running

$ cd ~/fig/portia/
$ docker-compose up -d
$ firefox http://localhost:9001/static/index.html