Ansible plays to build dev environment with zookeeper ensemble.
[lui-solr.git] / dev-install.sh
index fa92c62..2e20d7b 100755 (executable)
@@ -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\""