Install the mpmX Cockpit
The mpmX Cockpit is a collection of static files that can be installed in Qlik as a Content Library or uploaded as Resources. The installation involves updating the products.json file with the appropriate URLs for each product tile.
Prerequisites​
Before you begin the installation, make sure you have the following:
- The mpmX Cockpit package (zip file) containing all the required static files.
Installation Steps​
-
Unzip the mpmX Cockpit Package
- Extract all files from the mpmX Cockpit package to a local directory on your system.
-
Update the products.json file
- Open the products.json file located in the extracted mpmX Cockpit files using a text editor
- For each product entry, update the url field with the complete URL for the corresponding product. Example:
{
    "name": "Product Name",
    "description": "Product description goes here.",
    "imageUrl": "product-image.png",
    "url": "https://example.com/product1"
},- Save the changes to the products.json file
Â
- Install in Qlik as Content Library
-
Access the Qlik Management Console (QMC)
-
Navigate to "Content Libraries" (qlikserver/qmc/contentlibraries)
-
Click "Upload" and select all the files from the extracted mpmX Cockpit package.
-
Name the content library "mpmx-cockpit" and complete the upload process
-
The mpmX Cockpit will be available at the following URL: Â
https://<your-server>/content/mpmx-cockpit/index.html
-
Please use your regular Qlik server login credentials to access the mpmX Cockpit
-
If you want to learn more about the content library or how to create one, please, refer to the Qlik Help - Content Libraries documentation.
-