Installation Using Docker Compose
The solution is delivered as container images.
Component Installation
To install the components, follow these steps:
- Download the
docker-compose-v1.4.ziparchive. - Set the value for the
ASOC_DOMAINvariable, which contains the reserved domain name for the ASOC graphical interface.infoWhen installing a pilot project, it is necessary to add an A-record on the DNS server for the host where
docker-composeis being launched. - For correct local operation, modify/add the following line in
/etc/hosts(using the value from theASOC_DOMAINvariable):127.0.0.1 localhost asoc.testdomain.ximi - Verify the current values of the variables:
ASOC_IMG_FRONT,ASOC_IMG_COREaccording to the required build version. - Run the
show.shscript, which will display the values of the variables from thedocker-compose.yamlfile for verification:./show.sh - Log in to the registry that provides access to the ASOC container images (using the harbor account username):
docker login harbor.tronsec.ru - Execute the following command:
docker-compose up -d - Check the status of the containers:
docker psinfoCorrect container statuses:
RunningUp About a minute(for recently started containers)
Verifying Web Interface Load
To verify the interface load, open http://<ASOC_DOMAIN> in your browser (e.g., http://asoc.testdomain.ximi or http://localhost).
After loading, log in to the system using the provided instructions.