From ccf765c94045c6d9f2854f29398e19b287000e73 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 1 Sep 2022 14:36:11 +0200 Subject: [PATCH 1/2] IBX-3644: [Doc] Fixed usage text suggested dest dir path --- bin/generate-solr-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-solr-config.sh b/bin/generate-solr-config.sh index 0b1e9c1f..3faa8105 100755 --- a/bin/generate-solr-config.sh +++ b/bin/generate-solr-config.sh @@ -24,7 +24,7 @@ Usage with eZ Platform Cloud (arguments here can be skipped as they have default Usage with on-premise version of Solr: ./vendor/ibexa/solr/bin/generate-solr-config.sh \\ - --destination-dir=/opt/solr/server/ez/template \\ + --destination-dir=/opt/solr/server/ibexa/template \\ --solr-install-dir=/opt/solr Warning: From 720759b2d4a08c59678245baf7cbde8a319ed831 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Thu, 1 Sep 2022 16:33:18 +0200 Subject: [PATCH 2/2] Fixed other legacy references & spelling mistakes --- bin/generate-solr-config.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/generate-solr-config.sh b/bin/generate-solr-config.sh index 3faa8105..cb51ee84 100755 --- a/bin/generate-solr-config.sh +++ b/bin/generate-solr-config.sh @@ -2,7 +2,7 @@ set -e -# Default paramters, if not overloaded by user arguments +# Default parameters, if not overloaded by user arguments DESTINATION_DIR=.platform/configsets/solr8/conf SOLR_VERSION=8.11.1 FORCE=false @@ -10,14 +10,14 @@ SOLR_INSTALL_DIR="" show_help() { cat << EOF -Script for generting solr config -This config can be used to configure solr on eZ Platform Cloud (Platform.sh) or elsewhere. -The script should be executed from the eZ Platform root directory. +Script for generating Solr config +This config can be used to configure solr on Ibexa Cloud (Platform.sh) or elsewhere. +The script should be executed from the Ibexa project root directory. Help (this text): ./vendor/ibexa/solr/bin/generate-solr-config.sh --help -Usage with eZ Platform Cloud (arguments here can be skipped as they have default values): +Usage with Ibexa Cloud (arguments here can be skipped as they have default values): ./vendor/ibexa/solr/bin/generate-solr-config.sh \\ --destination-dir=.platform/configsets/solr8/conf \\ --solr-version=8.11.1