Page MenuHomec4science

solr-foreground
No OneTemporary

File Metadata

Created
Sun, Feb 23, 21:25

solr-foreground

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

Event Timeline