๐Ÿ“ฆ EqualifyEverything / Sample-Scanner

โ˜… 2 stars โ‘‚ 1 forks ๐Ÿ‘ 2 watching โš–๏ธ Other
๐Ÿ“ฅ Clone https://github.com/EqualifyEverything/Sample-Scanner.git
HTTPS git clone https://github.com/EqualifyEverything/Sample-Scanner.git
SSH git clone git@github.com:EqualifyEverything/Sample-Scanner.git
CLI gh repo clone EqualifyEverything/Sample-Scanner
Blake Bertuccelli-Booth Blake Bertuccelli-Booth Updating grammar f3141a5 3 years ago ๐Ÿ“ History
๐Ÿ“‚ f3141a573ddc1dad373c8e7ab4249354ecd7f13a View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ 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.

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.