๐Ÿ“ฆ 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 Update LICENSE 0ba5485 2 years ago ๐Ÿ“ History
๐Ÿ“‚ 0ba5485dc1fcfb3ad97d5500e7046d25ef8edac4 View all commits โ†’
๐Ÿ“„ .gitignore
๐Ÿ“„ index.php
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Automated Scan Service

This simple web service will scan of a given URL, outputting web accessibility related notices.

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.