https://github.com/robloach/docker-pa11y
pa11y Docker Container
https://github.com/robloach/docker-pa11y
Last synced: about 1 year ago
JSON representation
pa11y Docker Container
- Host: GitHub
- URL: https://github.com/robloach/docker-pa11y
- Owner: RobLoach
- Created: 2016-04-06T04:51:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T16:56:02.000Z (over 5 years ago)
- Last Synced: 2025-03-30T18:01:59.625Z (about 1 year ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 30
- Watchers: 2
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pa11y Dashboard Docker Container
### Your Automated Accessibility Testing Pal
**Use [Pa11y Dashboard][] to run tests, save results, and monitor the accessibility of your web projects.** Pa11y Dashboard takes the power of the [Pa11y Project][] and puts it in your browser. This project makes it easy to get started with your own instance of Pa11y Dashboard, by handling all the dependencies and setup with Docker.
## Getting Started
Make sure you [have Docker installed][docker]. Clone or download this repository to your local machine, open up terminal, and then `cd docker-pa11y`.
Modify the `production.json` as needed for your desired [configuration options](https://github.com/pa11y/pa11y-dashboard#configurations)
Run `docker-compose up` to begin building the Docker containers.
Once you see terminal output from `web_1` and `database_1`, Pa11y Dashboard should be ready to go. Navigate to [http://localhost:8000][localhost] in your browser, and you should see the Pa11y Dashboard welcome screen.
[pa11y dashboard]: https://github.com/pa11y/dashboard
[pa11y project]: http://pa11y.org/
[docker]: https://www.docker.com/products/docker
[localhost]: http://localhost:8000