- Copy deployment_scripts folder from following archive into vagrant root folder (directory with Vagrantfile)
deployment_scripts.7z - Edit file copy_jar_and_deploy.sh:
set variable VAGRANT_PATH to vagrant root folder set VAGRANT_VM_NAME to the name or id of vagrant VM ( name that you use to connect to vagrant, e.g. testing or you can get it by running "vagrant global-status", normally it will be "testing" or "testing-backend")
- Edit file make_docker_directory.sh to set variable VAGRANT_PATH to the same value as in copy_jar_and_deploy.sh
|