-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
Building Teedy from the sources #774
Comments
Hi, From Repo :
Index.html extracted from the docker image :
Thanks ! |
try use "mvn -Pprod -DskipTests clean install" instead of "mvn clean -DskipTests install" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm encountering an issue while trying to build Teedy from the repository. I followed all the instructions and installed all the required dependencies on a fresh Ubuntu installation.
The problem occurs when I test the build locally. After starting Jetty and accessing the interface via http://localhost:8080, I see a directory listing of the webapp folder instead of loading the web resources from the src/ folder. If I manually click on the src/ folder in the listing, the login page displays correctly.
I attempted to resolve this by moving all web resources from the src/ folder to the root of the webapp folder. While this allowed the interface to load initially, it broke other functionality—for example, images from docs-web/src/main/resources/image no longer appear.
Additionally, I compared the .war file generated by Maven with the docs.war from the original Docker image, and the structure is different. I’m unsure what might be causing this discrepancy.
Do you have any suggestions on how to fix this issue?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: