Install the Personalization sample | HCL Digital Experience
This exercise installs the Portal Personalization sample and configures your database for the Personalization sample. No additional database requirements are needed.
Before you begin
Procedure
- Start the HCL Digital Experience server.
- From a command prompt, navigate to wp_profile_root/ConfigEngine.
- Enter the following commands to install the Personalization sample and create
the users for this sample:
- UNIX™Linux™:
./ConfigEngine.sh create-pzndemo-users -DPortalAdminPwd=
password -DWasPassword=password
./ConfigEngine.sh install-pzndemo -DPortalAdminPwd=password -DWasPassword=password
- Windows™:
ConfigEngine.bat create-pzndemo-users -DPortalAdminPwd=password -DWasPassword=password
ConfigEngine.bat install-pzndemo -DPortalAdminPwd=password -DWasPassword=password
- UNIX™Linux™:
- Stop the HCL Portal server.
- Restart the HCL Portal server
- Confirm that the users were created by logging in as the
following users. Use pzndemo as the password
for each user.
- scott
- marge
- tawana
- andy
- Navigate to , then click through the different pages and portlets for each user. Notice the different information that displays for each user.
- Log out of HCL Portal.
- Stop the HCL Portal server. This action is necessary to free the single connection to the Derby database, so you can continue the next steps in this exercise.