docker-compose.yml
- See doc folder.
- docker
- docker-compose
- cd to project directory
- Run chmod -R 777 *
- Run docker-compose up -d informix-hqserver informix-server1 informix-server2
- This will start an HQSERVER, and 2 informix database servers. (Primary & Secondary)
- Wait cpl minutes. Go the the HQ server website. When The HDR Pari is up and running, start the RSS
- Run docker-compose up -d informix-server3
1. After a few minutes 2 informix containers will be start. With a load placed on both servers.
2. An HQ server will be started
3. Go to http://<ip address> (user: admin Password: Passw0rd)
- docker-compose down -v