You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by fg...@apache.org on 2018/10/03 17:51:18 UTC

[incubator-sdap-nexus] branch SDAP-149 updated: add new module dir to config on startup.

This is an automated email from the ASF dual-hosted git repository.

fgreg pushed a commit to branch SDAP-149
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-149 by this push:
     new f2fddf5  add new module dir to config on startup.
f2fddf5 is described below

commit f2fddf514d834cc224d42b41feaac2a4f794826b
Author: Frank Greguska <fr...@jpl.nasa.gov>
AuthorDate: Wed Oct 3 10:50:44 2018 -0700

    add new module dir to config on startup.
---
 docker/nexus-webapp/docker-entrypoint.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/nexus-webapp/docker-entrypoint.sh b/docker/nexus-webapp/docker-entrypoint.sh
index 0589fb2..434570d 100755
--- a/docker/nexus-webapp/docker-entrypoint.sh
+++ b/docker/nexus-webapp/docker-entrypoint.sh
@@ -24,8 +24,8 @@ sed -i "s/host=127.0.0.1/host=$CASSANDRA_CONTACT_POINTS/g" ${NEXUS_SRC}/data-acc
 sed -i "s/local_datacenter=.*/local_datacenter=$CASSANDRA_LOCAL_DATACENTER/g" ${NEXUS_SRC}/data-access/nexustiles/config/datastores.ini && \
 sed -i "s/host=localhost:8983/host=$SOLR_URL_PORT/g" ${NEXUS_SRC}/data-access/nexustiles/config/datastores.ini
 
-# DOMS
-sed -i "s/module_dirs=.*/module_dirs=webservice.algorithms,webservice.algorithms_spark,webservice.algorithms.doms/g" ${NEXUS_SRC}/analysis/webservice/config/web.ini && \
+
+sed -i "s/module_dirs=.*/module_dirs=webservice.algorithms,webservice.algorithms_spark,webservice.algorithms.doms,webservice.algorithms.imaging/g" ${NEXUS_SRC}/analysis/webservice/config/web.ini && \
 sed -i "s/host=.*/host=$CASSANDRA_CONTACT_POINTS/g" ${NEXUS_SRC}/analysis/webservice/algorithms/doms/domsconfig.ini && \
 sed -i "s/local_datacenter=.*/local_datacenter=$CASSANDRA_LOCAL_DATACENTER/g" ${NEXUS_SRC}/analysis/webservice/algorithms/doms/domsconfig.ini