/
How to replace SRS/SRM modules in Vagrant
How to replace SRS/SRM modules in Vagrant
It's not clear how to replace SRS/SRM modules in Vagrant, because these projects have submodules and files required to replace generates to different "target" folders.
Step-by-step guide
To replace the module you need to copy mod-source-record-storage(or manager)-server-fat.jar.jar and ModuleDescriptor.json to the same "target" folder:
Then launch script copy_jar_and_deploy.sh from mod-source-record-storage(or manager)-server folder.
In my case:
Code to start replacement
C:/FOLIO/vagrant/deployment_scripts/copy_jar_and_deploy.sh mod-source-record-manager-server-fat.jar mod-source-record-manager
Useful links:
How to add/replace the module in Vagrant box (Docker image from Docker Hub)
, multiple selections available,
Related content
How to add/replace the module in Vagrant box (Docker image from Docker Hub)
How to add/replace the module in Vagrant box (Docker image from Docker Hub)
More like this
How to automate redeployment of backend modules in Vagrant
How to automate redeployment of backend modules in Vagrant
More like this
How to add/debug module in vagrant image (jar file)
How to add/debug module in vagrant image (jar file)
More like this
Vagrant Setup for ERM
Vagrant Setup for ERM
More like this
How to configure vagrant & VB to custom locations
How to configure vagrant & VB to custom locations
More like this
How to automate new modules’ registration within folio/testing-backend Vagrant box.
How to automate new modules’ registration within folio/testing-backend Vagrant box.
More like this