Search Results

Capability
Feature
Deployment Approach
Using the Database Upgrade Tool
Using the Database Upgrade Tool The Liferay Database Upgrade Tool is a client program for upgrading Liferay DXP and Liferay Portal databases offline. **Always** [back...
Data de Publicação: 26/04/2024 20:54
Database Pruning for Faster Upgrades
Database Pruning for Faster Upgrades The more data you have the longer your data upgrade takes. Unneeded site data is a common occurrence. Pruning the database of unneeded data improves upgrade...
Data de Publicação: 26/04/2024 20:54
Database Tuning for Upgrades
Database Tuning for Upgrades Performing an upgrade impacts the database differently from daily running in production. Because of this, you should tune your database for the upgrade process before...
Data de Publicação: 26/04/2024 20:54
Upgrade Stability and Performance
Upgrade Stability and Performance When you upgrade a DXP instance for a production release, the data upgrades must be done correctly and swiftly. Here are some ways to help assure success: ...
Data de Publicação: 26/04/2024 20:54
Using Adapted Images in Site Content
Using Adapted Images in Site Content Adaptive Media works in the background creating different resolutions for the images you upload to Liferay DXP. When Blog, Web Content, and Content Page...
Data de Publicação: 26/04/2024 20:53
Using File Expiration and Review Dates
Using File Expiration and Review Dates Available: Liferay DXP/Portal 7.4+ With the Documents and Media application, you can set expiration and review dates for files. This can help you manage any...
Data de Publicação: 26/04/2024 20:53
Defining Document Types
Defining Document Types In Liferay, Document Types are templates used for uploading files and categorizing them in Documents and Media. These templates are created using metadata fields and provide...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20:53
Configuring the Recycle Bin
Configuring the Recycle Bin The Recycle Bin supports instance-wide scope or Site-specific scope. By default, the Recycle Bin is enabled instance-wide. You can disable the Recycle Bin for a...
Data de Publicação: 26/04/2024 20:53
Videos
Videos Creating External Video Shortcuts Embedding Videos Into Liferay Assets and Pages
Data de Publicação: 26/04/2024 20:53
Categories and Vocabulary API Basics
Categories and Vocabulary API Basics Liferay's REST APIs provide services for Liferay's categories and vocabularies functionality. You can create and edit vocabularies with the API. You can also...
Data de Publicação: 26/04/2024 20:53
Configuring Asset Auto Tagging
Configuring Asset Auto Tagging Tagging assets is a great way to organize content. Typically, the content creator manually applies tags during creation, but you can configure Liferay to tag content...
Data de Publicação: 26/04/2024 20:53
Tagging Content and Managing Tags
Tagging Content and Managing Tags Tags are keywords you can use to organize your assets and describe specific information about their content. Tags tell website visitors what the content is about...
Data de Publicação: 26/04/2024 20:53
Developer Guide
Developer Guide Categories and Vocabulary API Basics Tags API Basics
Data de Publicação: 26/04/2024 20:53
Auto Tagging
Auto Tagging Configuring Asset Auto Tagging Auto Tagging Assets Auto Tagging Images
Data de Publicação: 26/04/2024 20:53
Advanced Web Content API
Advanced Web Content API Using the Liferay DXP REST services, you can create and manage your Site's structured content. Structured content is Web Content that uses a Web Content Structure. A...
Data de Publicação: 26/04/2024 20:53
Filtering and Sorting Web Content Articles
Filtering and Sorting Web Content Articles The web content application shows a list of all the web content articles you can access under the Web Content tab. The filtering and sorting options help...
Data de Publicação: 26/04/2024 20:53
Assigning Permissions to Web Content Articles
Assigning Permissions to Web Content Articles With Liferay's permissions framework, you can control which users can create, view, and manage web content articles. You can set permissions for...
Data de Publicação: 26/04/2024 20:53
Web Content Articles
Web Content Articles Web content articles are dynamic content entries that can be created, edited, and managed through Liferay’s built-in content management system (CMS). These articles are...
Data de Publicação: 26/04/2024 20:53
O que há de novo no Liferay DXP 7.3
What's New in Liferay DXP 7.3 The latest release of Liferay DXP includes many significant new features and improvements. These features will enhance how you build your site, analyze your site's...
Data de Publicação: 26/04/2024 20:53
Navigating DXP
Navigating DXP Liferay DXP's out-of-the-box navigation is organized into three major areas: Site Menu, Personal Menu, and Global Menu. Site Menu The DXP Site Menu on the left side of the screen...
Data de Publicação: 26/04/2024 20:53
Introduction to the Admin Account
Introduction to the Admin Account The Admin User account is created by default in any new installation of Liferay DXP and has full permissions to modify every facet of a Liferay DXP instance. The...
Data de Publicação: 26/04/2024 20:53
Starting with a Docker Image
Starting with a Docker Image The latest versions of Liferay are available as Docker images on Docker Hub. They're in two categories: Liferay/Portal Liferay/DXP Follow the steps below to...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20: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)....
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20:53
Using OAuth 2.0
Using OAuth 2.0 OAuth 2.0 is an industry-standard authorization protocol. Users can seamlessly share select credentials from your Liferay-based website with various clients. OAuth 2.0 works by...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20: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...
Data de Publicação: 26/04/2024 20:54
Maintaining Clustered Installations
Maintaining Clustered Installations Setting up your Liferay DXP installation to function in a cluster provides performance and scalability improvements, but also requires additional consideration...
Data de Publicação: 26/04/2024 20:54
Running Scripts in Containers
Running Scripts in Containers If there's more that you want to do in the Liferay container beyond setting up Tomcat and Liferay files, deploying arifacts, and applying patches, you can use scripts....
Data de Publicação: 26/04/2024 20:54
Performing Rolling Restarts
Performing Rolling Restarts The rolling restart cluster maintenance process involves shutting down and updating nodes one at a time (while the other nodes are running) until they're all updated....
Data de Publicação: 26/04/2024 20:54
Blue-Green Deployments
Blue-Green Deployments Blue-green is a deployment technique in which you duplicate your production environment (the blue environment) and modify the duplicate (the green environment) with software...
Data de Publicação: 26/04/2024 20:54
Backing Up
Backing Up Once you have your DXP installation running, you should implement a comprehensive backup plan that accounts for unforeseen events. Backup copies are also valuable for testing updates...
Data de Publicação: 26/04/2024 20:54
Applying a Hotfix
Applying a Hotfix Subscribers A Hotfix is a fix or collection of fixes delivered between Updates (or between Fix Packs for versions before DXP 7.3 SP3) to address a customer's confirmed critical...
Data de Publicação: 26/04/2024 20:54
Patching Earlier DXP Versions
Patching Earlier DXP Versions Liferay DXP uses Bundle Releases for its latest releases. Please see [Updating Liferay](./updating-liferay.md) if you are applying an Update. All Hotfixes are patches....
Data de Publicação: 26/04/2024 20:54

Capabilities

Product

Contact Us

Connect

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