Search

Deploying to the Liferay Service
Deploying to the Liferay Service As with other services, deploying custom additions involves adding your configurations or files to the appropriate locations in your Git repository. However,...
Last Modified: Apr 30, 2024 7:47 AM
Updating Services in Liferay PaaS
Updating Services in Liferay PaaS Overview of the Liferay Cloud Deployment WorkflowDeploying to Liferay Cloud Understanding Deployment Types Understanding Deployment Strategies Deploying...
Last Modified: Apr 30, 2024 8:07 AM
Automatically Deploying CI Service Builds
Automatically Deploying CI Service Builds With Liferay PaaS, you can use webhooks to automatically trigger Jenkins builds for changes pushed or merged to your project's Git repository (e.g.,...
Last Modified: Apr 30, 2024 8:07 AM
Configuring Persistent File Storage Volumes
Configuring Persistent File Storage Volumes Administrators can configure the volumes for their services in Liferay PaaS depending on their deployment type (Deployment or StatefulSet). Volumes can...
Last Modified: Apr 30, 2024 8:07 AM
Ignoring Files and Folders
Ignoring Files and Folders Liferay Cloud allows subscribers to determine which files and folders should be ignored before deploying a service. This is done by creating a .lcpignore file and placed...
Last Modified: Apr 30, 2024 8:08 AM
Deploying Changes via the Liferay Cloud Console
Deploying Changes via the Liferay Cloud Console This tutorial walks through the process of adding a portal property to the Liferay service, triggering a CI build with a pull request, and deploying...
Last Modified: Apr 30, 2024 8:08 AM
Deploying Changes via the CLI Tool
Deploying Changes via the CLI Tool With the CLI tool, you can directly deploy local project changes without triggering a Jenkins build or using the Liferay Cloud Console. This tutorial walks...
Last Modified: Apr 30, 2024 8:08 AM
Understanding Deployment Strategies
Understanding Deployment Strategies The deployment strategy of a service determines how new versions will be initialized. Liferay PaaS provides two deployment strategies for its services:...
Last Modified: Apr 30, 2024 8:09 AM
Understanding Deployment Types
Understanding Deployment Types The deployment type of a service determines many different facets of how it functions, including performance, memory usage, and access to files or volumes. Liferay...
Last Modified: Apr 30, 2024 8:09 AM
Overview of the Liferay Cloud Deployment Workflow
Overview of the Liferay Cloud Deployment Workflow Liferay PaaS provides a robust framework for achieving a highly efficient CI/CD strategy. With Git and Jenkins integrations, you can automatically...
Last Modified: Apr 30, 2024 8:08 AM
Restarting Jenkins Stages
Restarting Jenkins Stages The CI service can be configured to preserve Jenkins stashes. You can then use the stashes to restart specific stages in a Jenkins build.Preserving Jenkins Stashes Use...
Last Modified: Apr 30, 2024 8:09 AM