brmson / yodaqa

A Question Answering system built on top of the Apache UIMA framework.
http://ailao.eu/yodaqa
Other
619 stars 205 forks source link

Setup files and scripts added #59

Closed matulma4 closed 7 years ago

matulma4 commented 7 years ago

I added scripts for setting up the data backends for YodaQA and also bash scripts for running Docker containers with all the web apps.

k0105 commented 7 years ago

That's a cool contribution, but there are absolute paths in there for user "fp" (which is me). Any chance you could adapt those to be more universal? For instance, by either using ~ or a variable that captures the user like this username=$(whoami)?

matulma4 commented 7 years ago

Yes, I will rework them. For some reason I was under impression that the Dockerfiles (that you created) required these paths, but now I see it is not the case. The path is only mentioned when running a container or docker compose. Thanks for the advice.

pasky commented 7 years ago

Thanks, very helpful! I have merged it, but I'd also appreciate if you could insert a reference to this to where we mention Docker in the main project README.