install-module.sh¶
Installs a TAPPaaS module with dependency validation and service wiring.
Usage¶
What it does¶
- Copies and validates the module JSON config
- Checks that every
dependsOnservice is provided by an installed module - Validates that the module has service scripts for each service it provides
- Iterates
dependsOnand calls each provider'sinstall-service.sh - Calls the module's own
install.sh(if present)
Examples¶
See Also¶
- update-module.sh - Update a module
- delete-module.sh - Delete a module
- Module Structure - Detailed module lifecycle documentation