Validating Deployment
-
Verify that all services are up and running:
qtoserver deployment status
-
Import certificate
Quantotto certificate contents can be viewed with:cat $QUANTOTTO_CA_CERT
Copy the text, save it to
quantotto.crt
on local machine and import it to trusted CAs store.
Video guide shows an example of importing Quantotto certificate on Windows. -
Login to Quantotto Management Console (QMC). URL: https://server-fqdn
-
Ideally, server-fqdn should be DNS resolvable. It is not always feasible and, for these case, you will have to resort to editing /etc/hosts.
This is especially relevant for local VM deployments (see NOTE below). Using IP instead of server-fqdn will NOT work.NOTE for VM deployments
- If deployed behind NAT:
- You will need to set-up port forwarding and make sure to use the same value that you specified as “Management Port” when configuring product.
- For certificates trust to work, server-fqdn should be added to /etc/hosts to resolve to 127.0.0.1.
- If using bridge network:
- For certificates trust to work, server-fqdn should be added to /etc/hosts to resolve to actual static IP of Quantotto Server
- If deployed behind NAT:
-
Make sure you are presented with dashboard screen upon login (all sections will be empty or zeros)
-
Navigate to Configure -> Plugins and check that you see a populated tree view with plugin items (if yes, DB and APIs are functioning properly).