Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122659922
hbp-solr-foreground
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jul 21, 10:13
Size
262 B
Mime Type
text/x-shellscript
Expires
Wed, Jul 23, 10:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27503305
Attached To
rHBPLUCENESOLRDOCKER HBP Lucene/Solr Docker
hbp-solr-foreground
View Options
#!/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
Log In to Comment