Page MenuHomec4science

hbp-solr-foreground
No OneTemporary

File Metadata

Created
Sun, Sep 29, 10:07

hbp-solr-foreground

#!/bin/bash
#
# Run the initdb, then start solr in the foreground
set -e
if [[ "$VERBOSE" = "yes" ]]; then
set -x
fi
. /opt/hbp-lucene-solr-docker/scripts/run-initdb
echo "Starting HBP Spatial Search API (using Solr-$SOLR_VERSION)"
exec solr -f "$@"

Event Timeline