...
Expand | |||||
---|---|---|---|---|---|
| |||||
|
...
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If you are using latest version of Intellij Idea then use Shell Script Run configuration:
| ||||||||
Expand | ||||||||
| ||||||||
|
Expand | ||||
---|---|---|---|---|
| ||||
Each redeployed module exposes debug port that is specified in docker_dir/DEBUG_PORT.txt. To access debug port you need to forward it in Vagrantfile by adding following string:
You can forward a range of ports by using a for loop:
|
Expand | ||
---|---|---|
| ||
If you are using latest version of Intellij Idea then use Shell Script Run configuration:
If you are using older Intellij Idea then use BashSupport plugin https://plugins.jetbrains.com/plugin/4230-bashsupport to create similar Run configuration |
Expand | ||
---|---|---|
| ||
deployment_scripts.7z also contains an undeploy.sh script that sends requests to: 1)Unassign module from diku tenant 2)Undeploy module from docker 3)Delete module description from Okapi undeploy.sh takes module name as a parameter. Usage example:D:\\myFolder\\folio\\folio-ansible\\deployment_scripts\\undeploy.sh mod-notes |
...