X-Git-Url: http://git.indexdata.com/?p=lui-solr.git;a=blobdiff_plain;f=dev-install.sh;h=f546a0d6767f6fae39bd55cca8e5aa6807bf79c0;hp=fa92c6261cd97d279d9494006b196dcfe6c3b952;hb=0d0dc9de679d36b2fe78306e3e8f223d8baf5b62;hpb=357b6cb94c8ea913eff88ae89d21a70a51d76428 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\""