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
Is your feature request related to a problem? Please describe.
The current CATcher documentation is relatively sparse on how to setup the full application for dev mode. It took me a while to realize what was all required.
Describe the solution you'd like
The key points to note are:
Setting up a GitHub application with a custom client id
Setting up Gatekeeper locally
Modifying/adding an environment file with the custom client id, gatekeeper redirect URL, and client data URL
Describe alternatives you've considered
Alternatively, dockerize both CATcher and Gatekeeper to launch on 2 separate ports but so they are all bundled for dev purposes. This is mostly because the environment is hardcoded to a few values which may not be entirely accurate for dev.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current CATcher documentation is relatively sparse on how to setup the full application for dev mode. It took me a while to realize what was all required.
Describe the solution you'd like
The key points to note are:
Describe alternatives you've considered
Alternatively, dockerize both CATcher and Gatekeeper to launch on 2 separate ports but so they are all bundled for dev purposes. This is mostly because the environment is hardcoded to a few values which may not be entirely accurate for dev.
Additional context
N/A
The text was updated successfully, but these errors were encountered: