Capability

Digital Asset Management

Liferay’s Digital Asset Management (DAM) tools simplify the organization and management of digital assets. Assets include images, videos, presentations, documents, and much more. Additionally, the Asset Library feature enables you to manage and publish assets in one central repository for use across multiple distinct sites.

Feature
Deployment Approach
Capability
Understanding Users with Analytics Cloud
Understanding Users with Analytics Cloud Understanding who your visitors are and how they interact with your site is a crucial part of any business. Fortunately, Liferay DXP comes with Analytics...
Published Date: Oct 22, 24, 5:17 PM
Personalizing Experiences for Clarity's Users
Personalizing Experiences for Clarity's Users Personalized website experiences can help keep Clarity's visitors engaged and ultimately lead to more sales. Liferay provides different tools to help...
Published Date: Oct 22, 24, 5:17 PM
Clarity's Analytics and Personalization Requirements
Clarity's Analytics and Personalization Requirements Like other enterprise public websites, Clarity relies on web analytics to measure their website's performance, target audiences, and areas for...
Published Date: Oct 22, 24, 5:17 PM
Module 7: Analytics and Personalization
Module 7: Analytics and Personalization So far you've learned how to manage users, build an enterprise website architecture, and create content. While Clarity now has a viable marketing solution,...
Published Date: Oct 22, 24, 5:17 PM
Module 8: Headless APIs
Module 8: Headless APIs This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of the course....
Published Date: Oct 22, 24, 5:17 PM
Cloud Administrator
Cloud Administrator With Liferay Cloud you can build your website on a secure and reliable enterprise cloud platform. Two offerings are available: Liferay SaaS: Includes a Liferay DXP instance...
Published Date: Oct 22, 24, 5:17 PM
Cloud Configuration
Cloud Configuration You've walked through the process of setting up and using the Cloud console to deploy changes in Liferay SaaS. Liferay PaaS (self-managed) uses the same Cloud console for...
Published Date: Oct 22, 24, 5:17 PM
Configuring Auto-scaling
Configuring Auto-scaling Once you've enabled production environment clustering with any number of nodes, you can configure auto-scaling to better handle site traffic during peak hours. Help Marcus...
Published Date: Oct 22, 24, 5:17 PM
Understanding Liferay's Headless APIs
Understanding Liferay's Headless APIs Headless APIs offer significant advantages for modern application development. By decoupling the frontend and the backend, they enable seamless content...
Published Date: Oct 22, 24, 5:17 PM
Module 9: Search
Module 9: Search This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of the course. ...
Published Date: Oct 22, 24, 5:17 PM
Configuring Your Site's Domain
Configuring Your Site's Domain Now that the Delectable Bonsai site is up and running, you can connect it to its domain name. Here, you'll register and configure a custom domain for your site. ...
Published Date: Oct 22, 24, 5:17 PM
Installing a Hotfix
Installing a Hotfix Keeping your Liferay instance up-to-date is a critical part of maintenance in Liferay Cloud. If you have to patch an issue before it appears in the next version of Liferay,...
Published Date: Nov 22, 24, 10:47 PM
Rotating Your Database password
Rotating Your Database password Delectable Bonsai's database security policy is to rotate the password at least every 90 days. Here, you'll change your database password in your production...
Published Date: Oct 22, 24, 5:17 PM
Setting Up Clustering for the Liferay Service
Setting Up Clustering for the Liferay Service Because Delectable Bonsai's website draws millions of views, it must be clustered to handle the traffic. Here, you'll learn how to configure a two-node...
Published Date: Oct 22, 24, 5:17 PM
Using the Liferay Service's Shell
Using the Liferay Service's Shell Sometimes you need direct access to the system to see what's happening. Kyle wants to use the Liferay service's shell to view the directory structure and verify...
Published Date: Nov 22, 24, 10:47 PM
Deploying Code to Liferay SaaS
Deploying Code to Liferay SaaS Now that you've accessed and started using the Cloud console, you're ready to deploy a client extension project to your Liferay SaaS instance. This module requires a...
Published Date: Nov 22, 24, 10:47 PM
Deploying and Managing a Microservice Client Extension Project
Deploying and Managing a Microservice Client Extension Project Kyle wants to start developing a custom application using a microservice client extension to help keep track of user-submitted...
Published Date: Nov 22, 24, 10:47 PM
Troubleshooting a Microservice in the Cloud Console
Troubleshooting a Microservice in the Cloud Console Previously, you tested using an object action client extension to log when a feedback entry is submitted in Liferay. Now, Kyle wants to add a...
Published Date: Nov 22, 24, 10:47 PM
Securing Headless APIs
Securing Headless APIs Whether you're importing or exporting data, security is critical when working with Liferay's APIs. Liferay provides industry standard methods of authorization such as HTTPS...
Published Date: Oct 22, 24, 5:17 PM
Clarity's Headless API Requirements
Clarity's Headless API Requirements Liferay provides a suite of headless APIs that enable RESTful interaction with Liferay DXP resources. A headless application separates the presentation layer...
Published Date: Oct 22, 24, 5:17 PM
Personalizing Clarity's Search Experiences
Personalizing Clarity's Search Experiences As we saw in the previous lesson, using search facets is great in providing visitors a way to quickly filter search results. However, Clarity has some...
Published Date: Oct 22, 24, 5:17 PM
Setting Up Clarity's Search Pages
Setting Up Clarity's Search Pages Clarity wants site visitors to be able to search for and find content quickly and easily. This is accomplished by creating good navigation and leveraging Liferay's...
Published Date: Oct 22, 24, 5:17 PM
Using APIs to Import Clarity's Content
Using APIs to Import Clarity's Content Clarity wants to use leverage Liferay's headless APIs to import content from their legacy systems. They also want to leverage headless APIs to import Clarity...
Published Date: Oct 22, 24, 5:17 PM
Clarity's Search Requirements
Clarity's Search Requirements Modern businesses generate and store vasts amount of data. This makes an effective enterprise search solution essential for efficient knowledge management. Through the...
Published Date: Oct 22, 24, 5:17 PM
Understanding Liferay Search
Understanding Liferay Search Liferay search is a powerful tool that enables users to efficiently find information within a Liferay portal. It leverages the capabilities of a robust search engine to...
Published Date: Oct 22, 24, 5:17 PM
Setting Up the GitHub Repository
Setting Up the GitHub Repository Your first task after your Liferay Cloud account is provisioned is to set up the project's Git repository so you can deploy configurations as an administrator....
Published Date: Jan 18, 25, 2:45 AM
Deploying and Promoting to Production
Deploying and Promoting to Production As Kyle begins to work on development with Liferay Cloud, he goes through his first full deployment process by deploying and promoting a simple widget module. ...
Published Date: Jan 18, 25, 2:45 AM
Restoring Data from a Backup
Restoring Data from a Backup Kyle wants to start testing changes that could affect data on the site. Here, you'll restore a manual backup to recover data lost during a test. Create a Manual...
Published Date: Jan 18, 25, 2:45 AM
Cloud Development Lifecycle
Cloud Development Lifecycle Now you've configured your Liferay PaaS environment for a project like Delectable Bonsai's. Developers like Kyle use the Cloud console too, for everything from deploying...
Published Date: Nov 22, 24, 10:47 PM
Setting Up Automatic Deployment
Setting Up Automatic Deployment Kyle is able to begin developing and testing with Liferay Cloud, but it's easier if he can test his changes immediately after deployment. Here, you'll configure a...
Published Date: Nov 22, 24, 10:47 PM
Setting Up Your Cloud Project
Setting Up Your Cloud Project After you have either an instance of Liferay SaaS or PaaS provisioned, your first task is to access the cloud console. In Liferay PaaS (self-managed), you use the...
Published Date: Nov 22, 24, 10:47 PM
Accessing the Liferay Cloud Console
Accessing the Liferay Cloud Console The Delectable Bonsai project has been provisioned, but Marcus and his staff must be granted access to it. Here, you'll access the Liferay Cloud console so you...
Published Date: Nov 22, 24, 10:47 PM
Adding Team Members to the Project
Adding Team Members to the Project Marcus has access to the Liferay Cloud console for the whole Delectable Bonsai project, but his staff member, Kyle, also needs access. Here, you'll learn how to...
Published Date: Nov 22, 24, 10:47 PM
Using the CLI Tool
Using the CLI Tool Now that the Delectable Bonsai site is up and running on Liferay SaaS, Kyle is ready to start deploying client extensions the development team created. To get started, he needs...
Published Date: Nov 22, 24, 10:47 PM
Commerce Architect
Commerce Architect Liferay’s full-fledged Commerce offering comes with a host of product management, order management, inventory management, and pricing capabilities. This course continues the...
Published Date: Jan 18, 25, 2:45 AM
Creating a Product Details Page
Creating a Product Details Page The product details page displays all the information about a selected product. So far, you've only added the catalog page containing the product catalog, but you...
Published Date: Nov 22, 24, 10:47 PM
Building the B2B Storefront
Building the B2B Storefront Now that you've finished building the B2C storefront for Clarity, your consumers can view products and place orders. However, Clarity's business customers have a...
Published Date: Nov 22, 24, 10:47 PM
Creating a Checkout Page
Creating a Checkout Page Before you can check out and submit an order, you must have a checkout page. This is also necessary for the mini cart fragment to work correctly. Creating a New Page ...
Published Date: Nov 22, 24, 10:47 PM
Creating an Orders Page
Creating an Orders Page The Orders page displays a business customer's order history, including open orders. You can select a pending order to continue checking out, approve or reject it based on a...
Published Date: Nov 22, 24, 10:47 PM
Creating the Catalog Page
Creating the Catalog Page The catalog page displays all of Clarity's products for its business customers. The page contains a list of all the products, their associated facets, and search and sort...
Published Date: Nov 22, 24, 10:47 PM

Capabilities

Product

Education

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy