Distribution files and checksums¶
Distribution Files¶
For Enterprise Edition (EE) and Standard Edition (SE) a separate distribution kits is being built.
Distribution kit is provided to the client when purchasing the product through the manager of the company "Universe Data".
Next, the distribution is divided into an distribution for manual installation and for Docker; into frontend and backend.
Distribution name template: Universe [product] [edition] [version_tag].
Note
Below are examples of file descriptions for the Enterprise Edition using "ee" in the name. For the Standard Edition, the naming principle is the same with "se", respectively
Frontend Files¶
File universe_mdm_ee_frontend_6.x.0.zip. Used for manual installation of the system. Contains:
version.txt - product name, edition, version tag.
universe-frontend.war - a Java application package containing the frontend part of the application.
customer.json - frontend configuration. To change the configuration, create a custom customer.json and redefine the path to it.
react-resources/images/ - system images catalog (logo, background, etc).
universe-frontend.sha256 - file checksum universe-frontend.war.
File universe_mdm_ee_frontend_docker_6.x.0.zip. Used for Docker installation. Contains:
version.txt - product name, edition, version tag.
universe_mdm_ee_frontend_docker_6.x.0.tar - archive with a set of images for Docker.
universe_mdm_ee_frontend_docker_6.x.0.sha256 - file checksum universe_mdm_ee_frontend_docker_6.x.0.tar.
Backend Files¶
File universe_mdm_ee_backend_6.x.0.zip. Used for manual installation of the system. Contains:
version.txt - product name, edition, version tag.
Tomcat - additional files for Tomcat (after installing Tomcat, these files are copied to the server in the appropriate directories).
Tomcat/conf/universe/backend.properties - system parameters.
Tomcat/conf/universe/logback.xml - system logs.
Tomcat/conf/universe/enterprise-pipelines.json - system pipelines.
universe-backend.war - a Java application package containing the backend part of the application.
universe-backend.sha256 - file checksum universe-backend.war.
File universe_mdm_ee_backend_docker_6.x.0.zip. Used for Docker installation. Contains:
version.txt - product name, edition, version tag.
universe_mdm_ee_backend_docker_6.x.0.tar - archive with a set of images for Docker.
universe_mdm_ee_backend_docker_6.x.0.sha256 - file checksum universe_mdm_ee_backend_docker_6.x.0.tar.
Checksums¶
Checksum files generates for each distribution archive and for packages inside the distribution. For example, if the archive is included in the delivery universe_mdm_ee_frontend_6.x.0.zip, then along with it comes the file universe_mdm_ee_frontend_6.x.0.sha256. Inside the archive, there is an additional checksum for the universe-frontend.war file.
Checksum example: b1311d2ccf985e552b71019707144631e3672fe4789666b20cc8f67f369d3974 universe_mdm_ee_frontend_6.x.0.zip