Deploy the Application
A python script is provided to deploy the docker containers.
To deploy Discover
-
Ensure that Docker is running. For example, on Linux you might run the following command to check the status of the Docker service.
systemctl status docker
-
Ensure that you have access to the IDOL containers on the Docker Hub:
docker login -u microfocusidolreadonly
-
Run the deployment script:
python3 deploy.py --init auth entity filestore analysis audit dataset-locations api ui
If you use the default configuration, the Discover UI is available at https://localhost:8090. After the system has started, log in as a user who has the
admin
role. The UI will then perform initialization. For information about how to add a new user to the system, see Manage Users.