Search Results

Capability
Feature
Deployment Approach
Running Liferay for the First Time
Running Liferay for the First Time Once you've installed Liferay DXP/Portal and configured a database for it, it is ready to run. Start the Server Run the startup script bundled with your...
تاريخ النشر: 26‏/04‏/24 8:54 م
Using Liferay Docker Images
Using Liferay Docker Images Docker Hub hosts Liferay DXP and Liferay Portal Docker images, bundled with Tomcat on Linux. The Liferay Docker Hub pages provide image details and tags for the...
تاريخ النشر: 26‏/04‏/24 8:54 م
Container Lifecycle and API
Container Lifecycle and API At a high level, the container starts Tomcat with Liferay deployed on it. Additionally, however, the container entry point provides an API for executing these use cases:...
تاريخ النشر: 26‏/04‏/24 8:54 م
Installing Apps and Other Artifacts to Containers
Installing Apps and Other Artifacts to Containers Applications and other artifacts (such as DXP activation keys) are installed to DXP Docker containers via the container's /mnt/liferay/deploy...
تاريخ النشر: 26‏/04‏/24 8:54 م
Setting Up JNDI on Tomcat
Setting Up JNDI on Tomcat Applicable for Liferay DXP 7.4+ or Liferay Portal 7.4+ To set up JNDI resources, you must put the necessary JDBC drivers in the Tomcat lib folder (i.e....
تاريخ النشر: 26‏/04‏/24 8:54 م
Docker Image Versions
Docker Image Versions Liferay Docker image tags begin with a Liferay software version and end with an image version. [Liferay software version] [image version] For example, Liferay DXP 7.4.13...
تاريخ النشر: 26‏/04‏/24 8:54 م
About the Page Audit Tool
About the Page Audit Tool This feature is currently behind a beta feature flag. See Beta Feature Flags for more information. The Page Audit tool displays performance-related information about the...
تاريخ النشر: 26‏/04‏/24 8:53 م
Uploading Files
Uploading Files With Documents and Media, you can upload any type of file to your Liferay instance's file store or connected repositories. Once uploaded, Users with the requisite permissions can...
تاريخ النشر: 26‏/04‏/24 8:53 م
About the Content Performance Tool
About the Content Performance Tool Available: Liferay DXP/Portal 7.3+. Some Content Performance options are only available starting with Liferay DXP/Portal 7.4. The Content Performance tool is a...
تاريخ النشر: 26‏/04‏/24 8:53 م
Embedding Videos Into Liferay Assets and Pages
Embedding Videos Into Liferay Assets and Pages With Liferay, you can use URLs and video shortcuts to embed videos into Web Content, Knowledge Base articles, Forms, Blog entries, and Site Pages. ...
تاريخ النشر: 26‏/04‏/24 8:53 م
Creating External Video Shortcuts
Creating External Video Shortcuts Available for Liferay 7.4+ With Liferay's Documents and Media application, you can save references to videos hosted on external platforms. These references can...
تاريخ النشر: 26‏/04‏/24 8:53 م
Page Performance and Accessibility
Page Performance and Accessibility About the Content Performance Tool Analyze Content Metrics Using the Content Performance Tool Analyze SEO and Accessibility on Pages About the Page Audit Tool
تاريخ النشر: 26‏/04‏/24 8:53 م
Web Content API Basics
Web Content API Basics Using the Liferay DXP REST services, you can create and manage structured content on your Site. Structured content is Web Content that uses a Web Content Structure. A...
تاريخ النشر: 26‏/04‏/24 8:53 م
Managing Web Content Structures and Templates by Using the REST API
Managing Web Content Structures and Templates by Using the REST API Web content structures define the information included in a web content article. Structures facilitate creating and managing web...
تاريخ النشر: 26‏/04‏/24 8:53 م
Translating Web Content
Translating Web Content Liferay DXP/Portal 7.3+ Liferay provides integrated tools for translating web content articles, so you can create engaging, localized content for your global users. With...
تاريخ النشر: 26‏/04‏/24 8:53 م
Translating Content Pages
Translating Content Pages Liferay 7.4 U15+ and GA15+ Liferay provides integrated tools for translating Content Pages, so you can create engaging, localized experiences for your global users. With...
تاريخ النشر: 26‏/04‏/24 8:53 م
Managing Translation Permissions
Managing Translation Permissions The required permissions for translating content pages and web content depend on the translation method: Manual translation requires either Update permissions...
تاريخ النشر: 26‏/04‏/24 8:53 م
Batch Engine API Basics - Exporting Data
Batch Engine API Basics - Exporting Data Liferay's Headless Batch Engine provides REST APIs to import and export data. Call these services to export data from Liferay. Exporting Data Then,...
تاريخ النشر: 26‏/04‏/24 8:53 م
Building a Sample API Application
Building a Sample API Application Liferay DXP 2023.Q4+/Portal 7.4 GA102+ [Beta Feature](../../system-administration/configuring-liferay/feature-flags.md#beta-feature-flags) The API Builder is...
تاريخ النشر: 26‏/04‏/24 8:53 م
Consuming APIs
Consuming APIs Consuming Rest Services Consuming GraphQL Apis Data Migration Center API Query Parameters Batch Engine API Basics - Importing Data Batch Engine API Basics - Exporting Data ...
تاريخ النشر: 26‏/04‏/24 8:53 م
Headless Delivery
Headless Delivery :file: landingpage_template.html :file: headless-delivery/landing.html
تاريخ النشر: 26‏/04‏/24 8:53 م
Batch Engine API Basics - Importing Data
Batch Engine API Basics - Importing Data Liferay's Headless Batch Engine provides REST APIs to import and export data. Call these services to import data to Liferay. Importing Data Then follow...
تاريخ النشر: 26‏/04‏/24 8:53 م
Authorizing Account Access with OAuth2
Authorizing Account Access with OAuth2 Once you have an application registered, you can start authorizing users. To do that, you must construct the URL to the authorization server (Liferay DXP)....
تاريخ النشر: 26‏/04‏/24 8:53 م
Consuming REST Services
Consuming REST Services Liferay DXP contains REST services for most of its applications. These services are fully OpenAPI compliant. Here, you'll learn how to consume them. This takes only three...
تاريخ النشر: 26‏/04‏/24 8:53 م
Making Unauthenticated Requests
Making Unauthenticated Requests By default, Liferay DXP restricts API access for the sake of security, requiring authentication in order to get a valid response. However, in certain cases it may...
تاريخ النشر: 26‏/04‏/24 8:53 م
Providing Files to the Container
Providing Files to the Container The Liferay container uses the files you provide to execute the following use cases: Configure Liferay with .properties Files and .config files Configure Tomcat...
تاريخ النشر: 26‏/04‏/24 8:54 م
Patching DXP in Docker
Patching DXP in Docker Liferay patches fix DXP issues and the Patching Tool applies the patches. On Docker Hub, Liferay provides images pre-populated with each new Fix Pack, Security Fix Pack, and...
تاريخ النشر: 26‏/04‏/24 8:54 م
Upgrading to a New Docker Image
Upgrading to a New Docker Image As new Liferay versions are released as Docker images, you can upgrade to them. Upgrade Basics describes the process. **Always** [back...
تاريخ النشر: 26‏/04‏/24 8:54 م
Licensing DXP in Docker
Licensing DXP in Docker If you're using a DXP trial license that's expiring or you have a new license (activation key) you must install, you can replace your container's existing license. Here's...
تاريخ النشر: 26‏/04‏/24 8:54 م
Understanding Patch Types
Understanding Patch Types Subscribers The Liferay Support Team creates and releases fixes to issues discovered in DXP. The fixes are packaged in ZIP files referred to generally as patches. There...
تاريخ النشر: 26‏/04‏/24 8:54 م
Custom Code and Patch Compatibility
Custom Code and Patch Compatibility Subscribers If you deploy code that customizes or patches your DXP 7.2 installation, you must maintain its compatibility with all patches you're using. The...
تاريخ النشر: 26‏/04‏/24 8:54 م
Slimming Down Patched Installations
Slimming Down Patched Installations Subscribers In Liferay DXP 7.2, patch information is retained in Patch Files in the installation by default. This facilitates restoring DXP to a previous patch...
تاريخ النشر: 26‏/04‏/24 8:54 م
Using Slim Bundles
Using Slim Bundles Subscribers Liferay DXP 7.2 Fix Packs and Service Packs are also released bundled with the Tomcat application server. They are available as traditional bundles and Slim Bundles....
تاريخ النشر: 26‏/04‏/24 8:54 م
Installing Patches
Installing Patches Subscribers The Patching Tool applies Fix Packs (including Security Fix Packs and Service Packs) for versions prior to Liferay DXP 7.3 SP3. It also applies Hotfixes for any DXP...
تاريخ النشر: 26‏/04‏/24 8:54 م
Accessing DXP Patch Code
Accessing DXP Patch Code Subscribers Liferay DXP Fix Pack and Hotfix source code is available in a private GitHub repository called liferay-dxp. The source code facilitates identifying and...
تاريخ النشر: 26‏/04‏/24 8:54 م
Configuring the Patching Tool
Configuring the Patching Tool Subscribers The Patching Tool can be adapted to any DXP installation. The tool's auto-discovery option is the easiest way to configure the Patching Tool. If you...
تاريخ النشر: 26‏/04‏/24 8:54 م
Getting Patch Information
Getting Patch Information Subscribers You can see patch information at a glance, which helps maintain your installation and get help from Liferay Support. The Patching Tool's info command lists...
تاريخ النشر: 26‏/04‏/24 8:54 م
Reference
Reference Installing the Patching Tool Configuring the Patching Tool Getting Patch Information Uninstalling Patches Accessing DXP Patche Code
تاريخ النشر: 26‏/04‏/24 8:54 م
Analyze Content Metrics Using the Content Performance Tool
Analyze Content Metrics Using the Content Performance Tool Available 7.3+ Some Content Performance options are only available starting with Liferay DXP/Portal 7.4. You can use the Content...
تاريخ النشر: 26‏/04‏/24 8:53 م
Auto Tagging Assets
Auto Tagging Assets You can manually tag most assets, such as Message Boards, Blogs, Documents, Images, and Web Content Articles. You can tag certain assets, however, automatically when they are...
تاريخ النشر: 26‏/04‏/24 8:53 م

Capabilities

Product

Contact Us

Connect

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