Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .warden/commands/bootstrap.cmd

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will be nice if the script automatic check the .env file and identify if it set elasticsearch or opensearch as search engine.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add elasticsearch setup parameters to INSTALL_FLAGS

Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ elif [[ ${CLEAN_INSTALL} ]]; then

INSTALL_FLAGS="${INSTALL_FLAGS} \
--cleanup-database \
--backend-frontname=backend \
--backend-frontname=admin \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably pair with an issue in the docs repo to update the references to backend.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also requires update to line 29

URL_ADMIN="https://${TRAEFIK_SUBDOMAIN}.${TRAEFIK_DOMAIN}/backend/"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should update this repo's readme.md table for AdminURLs all reference backend as well.

--db-host=db \
--db-name=magento \
--db-user=magento \
Expand Down