.. xss1596546751114 .. _install-portieris: ================= Install Portieris ================= You can install Portieris on |prod| from the command line. .. rubric:: |proc| #. Locate the Portieris tarball in ``/usr/local/share/applications/helm``. For example: ``/usr/local/share/applications/helm/portieris-.tgz`` #. Upload the application. .. code-block:: none ~(keystone_admin)]$ system application-upload /usr/local/share/applications/helm/portieris-.tgz #. Set TrustedCACert helm overrides if applicable. In order to specify registries or notary servers signed by a custom |CA| certificate, the ``TrustedCACert:`` CERTIFICATE override must be added to the portieris Helm chart. This must be passed as the ``b64enc`` of the |CA| certificate and may contain 1 or more |CA| Certificates. For example: #. Create the TrustedCACert.yaml override file. .. code-block:: none PEMFILE='/home/sysadmin/mycacert.pem' CATOTRUST=$( base64 -w0 "$PEMFILE" ) echo "TrustedCACert: $CATOTRUST" > TrustedCACert.yaml #. Apply the override file. .. code-block:: none ~(keystone_admin)]$ system helm-override-update portieris portieris portieris --values TrustedCACert.yaml #. Apply the Portieris application. .. code-block:: none ~(keystone_admin)]$ system application-apply portieris