vivo-community / vivo-vagrant

Vagrant configuration for VIVO
35 stars 30 forks source link

karma.sh scripts are not executable and cannot be found. #30

Closed canariecaf closed 8 years ago

canariecaf commented 8 years ago

The karma.sh script is not set as executable and therefore cannot be found. Resolution is to chmod +x *.sh of the scripts in that folder PRIOR to running which means to bring up the vm with

vagrant up --no-provision vagrant ssh sudo bash cd to the necessary folder chmod +x *.sh exit vagrant suspend vagrant resume (will commence provisioning again)