X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=dev-install.sh;fp=dev-install.sh;h=f546a0d6767f6fae39bd55cca8e5aa6807bf79c0;hp=fa92c6261cd97d279d9494006b196dcfe6c3b952;hb=1b8744e13ed96e39e1e6b1d98bab6ad15ccfb1ab;hpb=0a35724ae21cf777776eccfffbb4368d58749439 diff --git a/dev-install.sh b/dev-install.sh index fa92c62..f546a0d 100755 --- a/dev-install.sh +++ b/dev-install.sh @@ -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\""