lasp / hapi-server

A HAPI server built on LaTiS
Apache License 2.0
1 stars 1 forks source link

Make LaTiS 2 the default backend #43

Closed lindholc closed 6 years ago

lindholc commented 6 years ago

Once configuration is in place (#14) we will be ready to make LaTiS 2 the default backend.

I think running via the executable JAR and specifying a configuration with -Dconfig.file=... will just work.

Something about how we have a source dependency on LaTiS 2 makes creating a working Docker image more tricky. The LaTiS classes aren't available using the current method, so that needs to be investigated.

I propose to have the Docker image set HAPI_CATALOG to /catalog by default and require that people running the image mount something there. Other configuration options are available through environment variables but shouldn't need to be changed.

lindholc commented 6 years ago

Perhaps a better place to place the catalog would be /srv/hapi or /srv/hapi/catalog. (See /srv in FHS.)