Skip to content

Commit

Permalink
Remove older install demo logic and replace with batch on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Oct 27, 2022
1 parent 2fe6e74 commit efd47b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 82 deletions.
82 changes: 0 additions & 82 deletions scripts/components/security/install.sh

This file was deleted.

8 changes: 8 additions & 0 deletions scripts/startup/zip/windows/opensearch-windows-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ SET "OPENSEARCH_PATH_CONF=%OPENSEARCH_HOME%\config"
ECHO "OPENSEARCH_HOME: %OPENSEARCH_HOME%"
ECHO "OPENSEARCH_PATH_CONF: %OPENSEARCH_PATH_CONF%"

:: Security Plugin Setups
ECHO "Running Security Plugin Install Demo Configuration"
CALL "%OPENSEARCH_HOME%/plugins/opensearch-security/tools/install_demo_configuration.bat" "-y" "-i" "-s"

:: k-NN Plugin Setups
ECHO "Set KNN Dylib Path for Windows systems"
SET "PATH=%PATH%;%OPENSEARCH_HOME%/plugins/opensearch-knn/lib"

:: Start OpenSearch
ECHO Start OpenSearch
IF "%~1" == "" (
Expand Down

0 comments on commit efd47b3

Please sign in to comment.