#!/bin/bash # start solr and then p4-search #ROOT=ROOT_REPLACE #SOLR_VERSION=SOLR_VERSION_REPLACE #JETTY_VERSION=JETTY_VERSION_REPLACE # start solr (pushd will enclose the solr-webapp directory) pushd $ROOT && solr-$SOLR_VERSION/example/solr-control.sh start && popd || exit 1 # start p4-search $ROOT/$JETTY_PATH/p4search-control.sh start || exit 1
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 18866 | Sven Erik Knop | Updated with latest version | ||
#1 | 9795 | Sven Erik Knop |
Populate //guest/sven_erik_knop/p4search/... from //guest/perforce_software/p4search/.... |
||
//guest/perforce_software/p4search/search/build/scripts/start.sh | |||||
#1 | 8975 | Matt Attaway | Populate official version of p4-search from the original Doug Scheirer source |