Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 808 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 808 Bytes

Vagrant W3C build Build Status

Run latest Jenkins instance on Ubuntu 18.04 LTS using vagrant.

Prerequisites

vagrant reload plugin

vagrant plugin install vagrant-reload

Installation

Clone the repo

git clone [email protected]:munkiepus/vagrant-w3c-unicorn-validator.git
cd /vagrant-w3c-unicorn-validator

Build the vagrant box

vagrant up

To access the validator

http://localhost:8080

or, add the following line to the hosts file

127.0.0.1   validator.local

and then run the server with

http://validator.local:8080