-
Notifications
You must be signed in to change notification settings - Fork 88
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
Empty /data/xnat/pipeline folder #21
Comments
That is correct. Right now this XNAT doesn't come with the pipeline engine. I'm thinking of ways this could be done. One way is to just download the pipeline engine to a local directory, build it (also locally), and modify I think the first way is probably easiest. Give it a try and let us know how it goes. |
Thanks for your reply. I was doing some further research into this today and came to the same conclusions that you have mentioned. As a way to improve my knowledge of Docker, tomcat, etc., I'm going to try and modify the tomcat/Dockerfile. |
Hey @rizwindu , did you try what @johnflavin suggested? Did you get the pipeline-engine running? |
Hi @alvarosan - replying from a new GH account. In the end, I didn't get around to making any changes to try and fix the pipeline-engine problem. Hope you have some success if you try yourself. |
Thanks for the headsup @bgeorge0 . In the end I installed the pipeline-engine manually, this is currently enough for me. As @johnflavin suggested, I downloaded and built the pipeline-engine host side (building from within the container would always fail - I had not much time to further debug why) and mapped the build directory. Next, by inspecting |
Hi, |
Hi, RUN apk add --no-cache wget && |
I'm testing xnat using this docker-compose script. Sorry if my question doesn't make much sense, I'm still learning how this system works.
The /data/xnat/pipeline folder is empty in the default build. As far as I can see, there is no way to set this correctly when setting up XNAT from the war-file.
The text was updated successfully, but these errors were encountered: