Prospero is a tool combining Galleon feature packs and wildfly-channels to provision and update Wildfly server.
The demo below provisions and updates Wildfly 27.0.0.Alpha2.
- Build prospero
cd <PROSPERO_HOME> mvn clean install
- Provision server
./<PROSPERO_HOME>/prospero install --fpl=wildfly --dir=wfly-27 --channel=examples/wildfly-27.0.0.Alpha2-channel.yaml
- Update server
- Edit
examples/wildfly-27.0.0.Alpha2-channel.yaml
and update undertow-core version to:
- groupId: "io.undertow" artifactId: "undertow-core" version: "2.2.17.Final"
- Update server
./<PROSPERO_HOME>/prospero update --dir=wfly-27
- Edit