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.
-
Create a
.zipfile of that folder.zip -rq ~/Documents/newest-customizations.zip ./ -
Copy the extracted content under
<build location>/assemblies/portal/. -
Change the file permissions as follows:
chmod +x -R <build location>/assemblies/portal -
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$
-
Built the images and push them to container registry.
-
Deploy cluster by using the helm command.
-
Once the cluster is up and running, make sure that the changes are applied on developer portal.