Prerequisites:
- ElasticSearch: Install ElasticSearch for storing TIBCO BusinessConnect? Container Edition logs.
- MySQL: Install MySQL database and provide its login credentials first.
- Docker: Install Docker for building the Docker images.
- kubectl: Install kubectl for the deployment on the Kubernetes cluster.
- Kubernetes cluster: Install Kubernetes cluster for deploying and running the AuditSafe services.
Deploying steps:
- Configure and update the property values in the deployment.properties and the value <xxxxx> MUST be replaced.
- Use the script deploy-auditsafe.sh to deploy the AuditSafe services onto the Kubernetes cluster.
Undeploying steps:
- Run the script remove_auditsafe_services.sh to remove all the AuditSafe services/deployments.
- Log in to MySQL to delete the database <dbname> which is set in your deployment.properties.
Deployment scripts:
- The github repository https://github.com/TIBCOSoftware/bcce-tas-scripts/tree/master/auditsafe-... contains the deployment scripts of TIBCO AuditSafe 1.1.1.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now