Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleScript preparation
  1. Copy deployment_scripts folder from following archive into vagrant root folder (directory with Vagrantfile)
    for java 8: deployment_scripts.7z and for java 11: deployment_scripts for java 11.7z
  2. 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 (you can get it by running "vagrant global-status", normally it will be "testing" or "testing-backend")
    Example for windows: 

    Code Block
    languagejava
    VAGRANT_PATH=C:/EBSCO_Vagrant
    VAGRANT_VM_NAME=6bffd2b
    SCRIPT_DIR=deployment_scripts


  3. Edit file make_docker_directory.sh to set variable VAGRANT_PATH to the same value as in copy_jar_and_deploy.sh

...