You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -343,14 +344,9 @@ Use the following commands to enable/disable varnish without reinstalling Magent
343
344
344
345
### Activating ElasticSearch
345
346
346
-
Not available yet.
347
-
<!--
348
-
:information_source: Available in Magento EE only.
349
-
350
347
Set `search_engine: "elasticsearch"` in [config.yaml](etc/config.yaml.dist) to use ElasticSearch as current search engine or `search_engine: "mysql"` to use MySQL. Changes will be applied on `m-reinstall`.
351
348
352
349
Use the following commands to switch between search engines without reinstalling Magento: `m-search-engine elasticsearch` or `m-search-engine mysql`.
info "$(regular)See details in $(bold)${vagrant_dir}/log/${current_script_name}.log$(regular). For debug output set $(bold)debug:vagrant_project$(regular) to $(bold)1$(regular) in $(bold)etc/config.yaml$(regular)"
status "Skipping NFS configuration per config.yaml"
20
+
exit 0
21
+
fi
22
+
23
+
userId=$(id -u)
24
+
if [[ ${userId}-eq 0 ]];then
25
+
error "${vagrant_dir}/scripts/host/configure_nfs_exports.sh MUST NOT be run with sudo. Run it from unprivileged user and enter password when prompted."
0 commit comments