Skip to main content
Feedback

Creating a .zip File

Before you begin

To create a valid .zip file, add the assets, customizations.js, and translations.js in a single folder.

  1. Create a .zip file of that folder.

    zip -rq ~/Documents/newest-customizations.zip ./

  2. Copy the extracted content under <build location>/assemblies/portal/.

  3. Change the file permissions as follows:

    chmod +x -R <build location>/assemblies/portal

  4. Updated permissions looks as follows:

-bash-4.2$ ls -l assemblies/portal/
total 23
drwxr-xr-x 3 nkohok svc_dev_mas_server_admins 5 Dec 17 2020 assets
-rwxr-xr-x 1 nkohok svc_dev_mas_server_admins 5457 Aug 6 2019 customizations.js
-rwxr-xr-x 1 nkohok svc_dev_mas_server_admins 15951 Aug 6 2019 translations.js
-bash-4.2$
  1. Built the images and push them to container registry.

  2. Deploy cluster by using the helm command.

  3. Once the cluster is up and running, make sure that the changes are applied on developer portal.

On this Page