Skip to navigation
How to setup your own NU Validator site
09.12.15
Make sure you have git, python, and JDK 5 or later installed. Set the JAVA_HOME environment variable: export JAVA_HOME=@@/PATH/TO/JDK/ON/YOUR/SYSTEM@@ For example: export JAVA_HOME=/usr/lib/jvm/java-6-openjdk (older Ubuntu) export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 (newer Ubuntu) export JAVA_HOME=$(/usr/libexec/java_home) (Mac OS X) Create a working directory: git clone https://github.com/validator/validator.git Change into your working directory: cd validator Start the build script: python ./build/build.py all The first time you run the build script, you’ll need to be online and the build will need time to download several megabytes of dependencies. The steps above will build, test, and run the checker such that you can open http://localhost:8888/ in a Web browser to use the checker Web UI. Use python ./build/build.py --help to see command-line options for controlling the behavior of the script, as well as build-target names you can call separately; e.g.: python ./build/build.py build (to build only) python ./build/build.py build test (to build and test) python ./build/build.py run (to run only) python ./build/build.py jar (to compile vnu.jar)
https://validator.github.io/validator/#build-instructions
Reply
Anonymous
Information Epoch 1746874653
Avoid captive user interfaces.
Home
Notebook
Contact us