-
Notifications
You must be signed in to change notification settings - Fork 19
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
Docker installation 404 errors #151
Comments
The Docker installation isn't something I have experience with, but was contributed by @Msch0150 |
Hi, the docker here was contributed by @neon-ninja, not by me. Maybe he knows the issue. https://github.com/Msch0150/numishare/tree/master/docker I think the easiest would be if you fork my numishare and change the file "setup.sh" in the docker directory for your needs. COLLECTIONS="my-collection" Then copy the whole content of setup.sh and paste it in your ubuntu terminal. Numishare: http://localhost:10200/orbeon/numishare/admin/ Some post installation tasks are noted in the readme inside the docker directory. It is not perfect, it just works for me. But if we can bring it into a more general shape, that might be nice. |
Similar problem...
In fact the image "tiredofit/orbeon" dosn't exist on Docker Hub. |
After using the docker compose scripts and creating a new collection in orbeon, I am seeing HTTP 404 errors when attempting to view the newly created collection at
http://localhost:8081/orbeon/numishare/my-collection/
. Are there additional steps that need to be followed before or after using docker compose to be able to get the software in a working state? I manually created a user and password in tomcat for authentication but it is unclear in the wiki whether additional steps are needed for the docker installation. Using docker 24.0.7 on Ubuntu 22.04.Any help is appreciated.
The text was updated successfully, but these errors were encountered: