#!/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 | |
---|---|---|---|---|---|
#1 | 18494 | Paul Allen |
Fixed paths: search/search/... to search/... util/util/... to util/... Fixed permission bits +w for config and properties file that get touched during build/install Fixed INSTALL file and install dir (cause name clash on OS X) moved INSTALL to INSTALL.md |
||
//guest/perforce_software/p4search/main/search/search/build/scripts/start.sh | |||||
#1 | 16193 | perforce_software | Move p4search to main directory to match new branching path scheme. | ||
//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 |