Capability

DXP Self-Hosted Installation, Maintenance, and Administration

In addition to SaaS and PaaS deployment approaches for Liferay DXP, you can also opt to self-host Liferay DXP. Self-hosting gives you flexibility to deploy Liferay DXP on-premises or to a cloud computing provider of your choice, giving you complete control over deployment, infrastructure, and maintenance.

カテゴリ
カテゴリ
Liferayのインストール
Liferayのインストール Liferayはアプリケーションサーバー上で実行されます。 Liferayをホストする方法は3つあります。 Dockerコンテナを使用する オンプレミスでのLiferay Tomcatバンドルを使用する オンプレミスで、選択したサポートされているアプリケーションサーバー上で実行する ...
データベースの設定
データベースの設定 デモンストレーション用のデフォルトでは、Liferay DXP/Portal は組み込みHSQLデータベースを使用するように構成されています。 デモの目的以外に、次のようなフル機能のサポートされているRDBMSを使用することをお勧めします。 MariaDB MySQL Oracle PostgreSQL [Liferay DXP Compatibility...
Installing Earlier Liferay Versions on Tomcat
Installing Earlier Liferay Versions on Tomcat Liferay DXP 2025.Q2/Portal 2025.Q1 or below Using a Liferay-Tomcat bundle or Docker image is the fastest way to get started using Liferay DXP. This...
Installing Earlier Liferay Versions on WebLogic
Installing Earlier Liferay Versions on WebLogic Liferay DXP 2025.Q2/Portal 2025.Q1 or below If you are using WebLogic as your application server, it is highly recommended to install DXP to a...
Liferayを初めて実行する
Liferayを初めて実行する Liferay DXP/Portalをインストール してデータベースを構成すると、実行する準備が整います。 サーバーを起動する アプリケーションサーバーにバンドルされている起動スクリプトを実行します。 Tomcatバンドルの例: ./liferay-dxp-version/tomcat-version/bin/startup.sh ...
Configuring Externally Managed Services
Configuring Externally Managed Services Externally managed services are created, configured, and managed outside the Liferay Helm chart. Database Configuring an external database for Liferay in...
Configuring Internally Managed Services
Configuring Internally Managed Services Internally managed services are configured and managed within the chart. These services are defined using the dependencies property: dependencies: : ...
Using GovCloud to run Liferay in AWS
Using GovCloud to run Liferay in AWS Government entities can use GovCloud to provision Liferay in AWS. Subscribe to Liferay DXP Visit the AWS Marketplace. In Discover Products, find Liferay...
Auto-Scaling in AWS
Auto-Scaling in AWS Liferay's auto-scaling feature automatically creates and destroys replicas (nodes) in the Liferay cluster to optimize performance. You can choose the minimum and maximum number...
Using Marketplace Artifacts to Run Liferay in AWS
Using Marketplace Artifacts to Run Liferay in AWS You can use AWS Marketplace artifacts to provision Liferay in AWS. Prerequisite Oras CLI (optional) Launch Liferay Set and export environment...
Making Liferay Public in AWS
Making Liferay Public in AWS Now that you have Liferay installed, all that's left is to make it publicly available and then configure HTTPS for secure communication. Install the nginx Ingress...
AWS Managed Resources Reference
AWS Managed Resources Reference By default, Liferay uses several managed services to run background operations when hosting in AWS. These resources facilitate the provisioning and continued use of...
Using the AWS Chart to Run Liferay in AWS
Using the AWS Chart to Run Liferay in AWS Using the AWS chart is a CLI-only method for provisioning Liferay in AWS. Launch Liferay Set and export an environment variable to hold the Liferay AWS...
Liferay Helm Values Reference
Liferay Helm Values Reference Helm is configured in YAML. Below are descriptions of the Liferay default Helm chart values. affinity: {} # Set Liferay DXP StatefulSet spec...
Configuring Liferay in AWS
Configuring Liferay in AWS Since Liferay installations hosted in AWS use Helm, you must configure and customize Liferay using the Helm CLI. You can write as many .yaml files as you need. To update...
Viewing Metrics from Kubernetes
Viewing Metrics from Kubernetes It is important to track resource usage in the Kubernetes cluster. To view your resource usage, you must use a collector and an exporter. Before you can view...
以前のDXPバージョンにパッチを適用
以前のDXPバージョンにパッチを適用 Liferay DXPは、最新リリースにバンドルリリースを使用しています。 アップデートを適用する場合は、 [Liferayのアップデート](./updating-liferay.md) を参照してください。 すべてのホットフィックスはパッチです。 ホットフィックスを適用する場合は、このまま読み進めてください。 ...
Liferay DXPインストールの管理
Liferay DXPインストールの管理 Liferay DXP 7.3 SP3以降および7.4 GA1以降、Liferayはアップデートと修正プログラムを提供するための新しいリリースモデルを採用しました。 この新しいアプローチはバンドルリリースと呼ばれ、フィックスパックおよびサービスパックの形式で部分的な更新を提供する以前のモデルに置き換わるものです。 これにより、Liferay...
ブルーグリーンのデプロイ
ブルーグリーンのデプロイ ブルーグリーンとは、本番環境(ブルー 環境)を複製し、ソフトウェアとデータの変更によって複製を変更する(グリーン 環境)デプロイ手法です。 グリーン環境のテストに成功したら、ユーザーをブルー環境からグリーン環境にカットオーバーします。 ブルーグリーンは、システムのダウンタイムを排除します。 データの変更とデータスキーマの変更には、特別な注意が必要です。...
DXPのパッチコードへのアクセス
DXPのパッチコードへのアクセス サブスクライバー Liferay DXPフィックスパックとホットフィックスのソースコードは、liferay-dxpと呼ばれるプライベートGitHubリポジトリで入手できます。 ソースコードは、プロジェクトやカスタムコードに影響を与える可能性のある変更を特定し、理解するのに役立ちます。...