How to install VLT on a OSX mac machine
I tried installing VLT on my local machine where i have AEM installed and running successfully.
But it is not woking for me. As per comments on a forum thread i followed: How to use the VLT Tool - docs.day.com but when i change my environment path:
export M2_HOME=/Users/moy/apache-maven-3.1.1
export VLT_HOME=/Applications/CQ-li/vault-cli-3.1.6
export PATH=$PATH:$M2_HOME/bin;$VLT_HOME/bin;
export JAVA_HOME=$(/usr/libexec/java_home)
export PATH=/usr/local/bin:$PATH
and then reboot the system and run
vlt --help
its showing me this error:
Macintosh-Y:bin moy$ vlt --help
-bash: vlt: command not found
Do you have any suggestions for me ?