KnowledgeGarden / BacksideServletKS

BacksideServlet for the new TQElasticKnowledgeSystem, replaces BacksideServlet
Apache License 2.0
0 stars 0 forks source link

compile and run on alpine #5

Closed wenzowski closed 8 years ago

wenzowski commented 8 years ago

It occurred to me that since ant is aware of the correct classpath anyway, we might as well just launch the main class with it.

This includes an Alpine Linux docker container with a VOLUME for H2 database persistence, but which can't yet read environment variables to connect to a linked elasticsearch container.

wenzowski commented 8 years ago

PR updated. Since master now includes a working run.sh this no longer needs to be run with ant but the run.sh does need a shebang.