๐Ÿ“ฆ EqualifyEverything / scan

This simple web service will scan of a given URL, outputting compliance errors.

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ GNU General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/EqualifyEverything/scan.git
HTTPS git clone https://github.com/EqualifyEverything/scan.git
SSH git clone git@github.com:EqualifyEverything/scan.git
CLI gh repo clone EqualifyEverything/scan
Bentley Hensel Bentley Hensel Remove push of all branches 1d6c803 2 years ago ๐Ÿ“ History
๐Ÿ“‚ 1d6c803d44de4a80a8d9cce01c49a11543bd5148 View all commits โ†’
๐Ÿ“ .github
๐Ÿ“„ .gitignore
๐Ÿ“„ Dockerfile
๐Ÿ“„ index.php
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Scanning Web Service for Equalify

This simple web service will scan of a given URL, outputting compliance errors.

๐Ÿณ ๐Ÿ–ผ๏ธ Status

Requirements

You must have axe-core cli and its dependencies running on your web server. PHP 7+ must also be installed.

Setup on Linux

After you setup a LEMP web server..

Additional Notes

  • axe-core kept saying that I had the wrong version of chromedriver installed. I had the correct version. I had to add the flag --chromedriver-path /usr/local/bin/chromedriver to the axe-core call.
  • axe-core had an error related to the chromedriver sanbox settings. I had to add --chrome-options="no-sandbox to the axe-core call.