eGov ERP DevOps
ear-deployer
source-code: https://github.com/egovernments/egovdevops/tree/master/ear-deployer
--- Docker Build and Publish
make release
-- Run the Docker command to deploy
sudo docker pull egovio/ear-deployer:latest
sudo docker run -it -v config/example.yml:/example.yml -e 'EAR_PASSCODE=${EAR_PASSCODE}' -e ENV=phoenix -e BUILDNUMBER=XXXX -e ENV_CONFIG_FILE=/phoenix.yml egovio/ear-deployer:latest
Hot-deploy Java classes and assets in Wildfly:
- method of deployment on wildfly server were type called hot deployment (management user does this job by curl://)
DevOps as a Culture