X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=dev-install.sh;h=2e20d7b3c8c7d68e9fbcb9dc72c6dfce23d085ea;hp=fa92c6261cd97d279d9494006b196dcfe6c3b952;hb=refs%2Fheads%2Fha;hpb=357b6cb94c8ea913eff88ae89d21a70a51d76428 diff --git a/dev-install.sh b/dev-install.sh index fa92c62..2e20d7b 100755 --- a/dev-install.sh +++ b/dev-install.sh @@ -4,7 +4,7 @@ # Set up solr.in.sh with reasonable defaults # Link in the lui-solr configuration -SOLR_VERSION=5.5.1 +SOLR_VERSION=6.1.0 SOLR_DIR=solr-$SOLR_VERSION echo "Unpacking Solr $SOLR_VERSION archive..." @@ -38,8 +38,8 @@ EOF echo "Linking in lui-solr configuration..." mkdir $SOLR_DIR/server/solr/lui cd $SOLR_DIR/server/solr/lui -ln -s ../../../../conf/solr-home/lui/conf conf -ln -s ../../../../conf/solr-home/lui/core.properties core.properties +ln -s ../../../../conf/solr/solr-home/lui/conf conf +ln -s ../../../../conf/solr/solr-home/lui/core.properties core.properties echo "You can launch solr with the command \"$SOLR_DIR/bin/solr start\""