Setting up Content as a Service
To be able to work with Content as a Service (CaaS) pages in HCL Digital Experience (DX), you must enable it by using an HCL DX configuration task.
The setup for CaaS pages comprises both resources that are shared across virtual portals and virtual portal scoped resources.
-
Change the directory to the wp_profile_root/ConfigEngine directory.
-
Run the following command to initiate the setup of shared resources:
- AIX® and Linux™:
./ConfigEngine.sh install-caas -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password - Windows™:
ConfigEngine.bat install-caas -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- AIX® and Linux™:
-
Run the following command to initiate the setup of default virtual portal scoped resources:
- AIX and Linux:
./ConfigEngine.sh install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password - Windows:
ConfigEngine.bat install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password
- AIX and Linux:
-
If you have virtual portals, run the following command on each virtual portals to initiate the setup of virtual portal scoped resources:
Note
Add either the
-DVirtualPortalContextor-DVirtualPortalHostparameter to theinstall-caas-vp.- AIX and Linux:
./ConfigEngine.sh install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password -DVirtualPortalContext=virtual_portal_context - Windows:
ConfigEngine.bat install-caas-vp -DPortalAdminId=user_id -DPortalAdminPwd=password -DWasUserid=user_id -DWasPassword=password -DVirtualPortalContext=virtual_portal_context
- AIX and Linux:
-
Restart your DX server.