-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Ngrok for VA debugging / QA #17306
Comments
How to use ngrok for testing local development buildsWhat is ngrok?ngrok (pronounced en-grok) is an environment independent reverse proxy. One of the many conveniences it provides is the ability to demo or share a working build without deploying to a test or staging environment. Put simply: you can use ngrok for testing your code before it is merged to the See “What is ngrok?" and "How does ngrok work?” for more detail. When would I use ngrok?If there are infrastructure hurdles or environment issues preventing you from sharing your local build, such as:
ngrok can be used as an alternative solution. Note: A free ngrok account has usage limitations. See the Gotchas section below for more detail. How do I use ngrok?Refer to the Quickstart guide for installation instructions. You will need to create an account. Running the ngrok server
The In the below example, the If you make changes to the code locally, you will need to:
First time building content-build?When you build Reach out to the Gotchasngrok usage with a free accountYour free ngrok account will be limited in its monthly bandwidth, HTTP requests, tunnels, etc. See ngrok licensing information for specifics.
If at any point you receive an error message to this effect when trying to run Limited capability
|
Created a ticket for Platform to review and possibly add our docs to theirs: department-of-veterans-affairs/va.gov-team#80225. Closing as complete. |
Description or Additional Context
NGrok is a tool that provides a URL where folks can reach test instances of code in development for verification. Public Websites uses this a lot, and we could document so others can take advantage.
This could / maybe should become a part of FE dev tools, https://depo-platform-documentation.scrollhelp.site/developer-docs/tools, so write up in ticket is fine, and then let's ask Plat to put it in their site.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: