-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
36 lines (21 loc) · 1.15 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
=== Accessibility Checker WordPress Environment ===
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
This package is a customized version of wp-env that makes it usable for Accessibility Checker,
Accessibility Checker Pro and Accessibility Checker Audit History.
== Description ==
Accessibility Checker needs the webserver to be able to make loopback curl request to its hosted sites.
This package:
1. Modifies the standard version of wp-env to enable loopback.
2. Loads a mu-plugin that disables deleting or updating the plugins. This prevents accidentally deleting/changing dev src.
== Installation ==
1. cd to the folder that contains Accessibility Checker
2. composer require --dev equalizedigital/accessibility-checker-wp-env
3. update ./wp-env/cfg/env.txt with the accessibility-checker-pro license to use and rename the file .env
== Settings ==
1. .wp-env.json mappings expects this folder setup:
/a-parent-folder/
/a-parent-folder/accessibility-checker
/a-parent-folder/accessibility-checker-pro
/a-parent-folder/accessibility-checker-audit-checker
Update the mappings in .wp-env.json to match your directory setup.