You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm new to pa11y and i wanted to check multiple URL's using pa11y-webservice.
OS nam: Windows
Node.js version:4.6.0
pa11y-dashboard version:1.5.0
mongo db version:3.4
i followed the instructions on https://github.com/pa11y/webservice#setup but i'm not quite sure how to setup the environment variables and modify the config files to make it work.
Any advise would be helpful.Thanks in advance
The text was updated successfully, but these errors were encountered:
Is there any particular reason why you are using pa11y-dashboard 1.5.0? The latest pa11y-dashboard version is 2.2.1. 1.5.0 is both ancient, and unsupported since last December.
If you're going to use pa11y-dashboard there's no need to configure pa11y-webservice manually. Configuring pa11y-dashboard will take care of everything. The documentation should probably explain this more clearly, I've just created an issue now in order to address this: #181
Assuming you already have a MongoDB database set up properly, what I would suggest you to try is:
Replace the variables in the file with the correct values for your Mongo installation. You can find a description of the variable in the webservice README.
Run pa11y-dashboard with:
NODE_ENV=development node index.js
Make sure NODE_ENV is set up to the same value as the config file that you have created before.
That should be it. Please let us know if you have any further problems. Feel free to post your config so far if you're unsure of how to make it work.
Hi,
I'm new to pa11y and i wanted to check multiple URL's using pa11y-webservice.
OS nam: Windows
Node.js version:4.6.0
pa11y-dashboard version:1.5.0
mongo db version:3.4
i followed the instructions on https://github.com/pa11y/webservice#setup but i'm not quite sure how to setup the environment variables and modify the config files to make it work.
Any advise would be helpful.Thanks in advance
The text was updated successfully, but these errors were encountered: