{"id":16256792,"url":"https://github.com/nicopennec/vagrant-webpagetest","last_synced_at":"2025-04-08T13:29:11.374Z","repository":{"id":30964133,"uuid":"34522295","full_name":"NicoPennec/vagrant-webpagetest","owner":"NicoPennec","description":"Easily create your own WebPageTest Private Instance with Vagrant","archived":false,"fork":false,"pushed_at":"2015-06-05T15:31:34.000Z","size":140,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T09:52:45.146Z","etag":null,"topics":["vagrant","webpagetest","webperf"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NicoPennec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-24T14:08:52.000Z","updated_at":"2018-04-09T22:48:38.000Z","dependencies_parsed_at":"2022-09-09T03:21:51.357Z","dependency_job_id":null,"html_url":"https://github.com/NicoPennec/vagrant-webpagetest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoPennec%2Fvagrant-webpagetest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoPennec%2Fvagrant-webpagetest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoPennec%2Fvagrant-webpagetest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicoPennec%2Fvagrant-webpagetest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicoPennec","download_url":"https://codeload.github.com/NicoPennec/vagrant-webpagetest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247850981,"owners_count":21006675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vagrant","webpagetest","webperf"],"created_at":"2024-10-10T15:46:20.169Z","updated_at":"2025-04-08T13:29:11.343Z","avatar_url":"https://github.com/NicoPennec.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebPageTest Private Instance with Vagrant\n\n## About\n\nEasily create your own local WebPageTest Private Instance with Vagrant.\n\nWebPagetest is used for measuring and analyzing the performance of web pages.\n\nWebPagetest Private Instance : [official documentation](https://sites.google.com/a/webpagetest.org/docs/private-instances)\n\n## Project Status\n\nThis project is still in progress\n- WPT Server: __ready__ _(Vagrant VM)_\n- WPT Agent: __in progress__\n\n## Requirements\n\nInstall:\n- [Git](http://git-scm.com/)\n- [Virtual Box](https://www.virtualbox.org/)\n- [Vagrant](https://www.vagrantup.com/)\n\nOptional for Windows:\n\n- [cmder](http://gooseberrycreative.com/cmder/) (terminal with SSH)\n\n## Install\n\nOpen a terminal in your favorite path.\n\n### Clone the project from GitHub\n\n```sh\n$ git clone https://github.com/NicoPennec/vagrant-webpagetest.git  \n$ cd vagrant-webpagetest/vagrant/\n```\n\n### Vagrant configuration behind a proxy (optional)\n\n```sh\n$ vagrant plugin install vagrant-proxyconf\n```\n\nEdit the `Vagrantfile` file:\n\n- config.proxy.http     = \"`http://your_proxy_:8080`\"\n- config.proxy.https    = \"`http://your_proxy:8080`\"\n- config.proxy.no_proxy = \"localhost,127.0.0.1\"\n\n### Update your hosts\n\nEdit your `hosts` configuration file:\n\n- Linux: `/etc/hosts`\n- MacOS: `/private/etc/hosts`\n- Windows: `C:\\Windows\\System32\\drivers\\etc\\`\n\n```sh\n127.0.0.1   webpagetest\n```\n\n### Init the VM\n\n```sh\n$ vagrant provision\n```\n\n### Run the VM\n\n```sh\n$ vagrant up\n```\n\n### Play with your local WebPageTest\n\n[http://webpagetest:8080/](http://webpagetest:8080/)\n\n### Stop the VM\n\n```sh\n$ vagrant halt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicopennec%2Fvagrant-webpagetest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicopennec%2Fvagrant-webpagetest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicopennec%2Fvagrant-webpagetest/lists"}