-
Notifications
You must be signed in to change notification settings - Fork 21
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
How to modify Web UI #1350
Comments
During the build process for the girder container the Application is copied from the repository in the ./client directory and That build is copied into the Girder static directory where it is served as the main application behind the default route for girder: https://github.com/Kitware/dive/blob/main/docker/girder.Dockerfile#L63 So if you change files in the ./client directory and then run A better way to do client development is to navigate to the |
Hi Bryon, thanks so much for the prompt and excellent response. I’m having some trouble with yarn right now (seems like some proxy issues), but will confirm this works ASAP. Edit: I’m able to make changes, see them in the web app, and with the hot reload. Thank you so much Bryon! |
Hello!
I am running DIVE locally using the docker compose from here https://kitware.github.io/dive/Deployment-Docker-Compose/
I want to modify the Web UI but cannot figure out how.
Some things I’ve tried:
I cannot find the client folder of vue files in any of the containers. I cannot figure out how Traefik is routing traffic: I understand it’s mapping 80 inside the container to 8010 outside the container, but I do not see where the web server is actually running. I say this all to demonstrate I’ve been trying to figure it out.
Any help is appreciated :)
The text was updated successfully, but these errors were encountered: