mozilla/wpt-api

Show/document quick and dirty, bare-bones (for debug/learning...) Dockerized WebPageTest (+agent) setup

Open

#229 aberto em 23 de jan. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (1 assignee)Python (7 forks)auto 404
docsfirefoxhelp wanted

Métricas do repositório

Stars
 (28 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Essentially:

  • Start our Dockerized WebPageTest (PHP) server instance (API + Web UI):
docker run --rm -d -p 4001:80 webpagetest/server
  • Start a Dockerized wptagent agent:
  docker run --rm -d \
  --network="host" \
  -e vvvv
  -e SERVER_URL=http://localhost:4001/work/ \
  -e LOCATION="Test" \
  -e SHAPER="none" \
  --cap-add=NET_ADMIN \
  webpagetest/agent

Once installed, check http://localhost:4001/install/ for the installation checklist.

Guia do colaborador