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.

Feature
Deployment Approach
Capability
Instance Settings YAML Configuration Reference
Instance Settings YAML Configuration Reference You can use an instance settings client extension to configure a wide variety of Liferay configurations. Each configuration is referenced by its PID...
公開日: 2024/11/22 22:50
Language Client Extensions
Language Client Extensions Liferay DXP 2025.Q1+/Portal GA132+ A language client extension adds new language keys or overrides existing keys and their translations. For example, you can translate...
公開日: 2025/02/12 12:57
Client Extensions UI Reference
Client Extensions UI Reference Liferay's widget client extensions (custom element and iframe) register applications with Liferay, adding them as widgets to site pages. Additionally, you can style...
公開日: 2024/05/09 18:54
Bundling Resources in a JavaScript Import Map Entry Client Extension
Bundling Resources in a JavaScript Import Map Entry Client Extension Liferay DXP 2023.Q1+/Portal GA92+ JavaScript import map entry client extensions make JavaScript code or resources available to...
公開日: 2024/09/14 15:48
JavaScript Import Map Entry YAML Configuration Reference
JavaScript Import Map Entry YAML Configuration Reference Usage Details This client-extension.yaml file defines a JavaScript import map entry client extension: assemble: - from: build/static ...
公開日: 2024/09/14 15:48
Customizing Liferay's Look and Feel
Customizing Liferay's Look and Feel One of the easiest ways to get started developing on Liferay's platform is to modify its look and feel. You can change everything from its favicon to its entire...
公開日: 2025/01/18 2:48
Themes
Themes Themes customize the default look and feel of your site. You can define the style and visual identity of your brand or label across your whole site. You can use a theme CSS client...
公開日: 2025/01/18 2:48
Micro Frontends
Micro Frontends Micro frontends extend the concept of microservices to the frontend side of development. You can build a fully-featured and powerful browser application that uses a microservice...
公開日: 2024/11/22 22:50
Bundling Resources
Bundling Resources
公開日: 2024/05/09 18:54
Bundling a Thumbnail Preview into Your Theme
Bundling a Thumbnail Preview into Your Theme A theme's thumbnail is the visual representation of how the theme looks when it is applied to a Site. The thumbnail is shown in the theme selection menu...
公開日: 2024/05/09 18:54
Bundling and Copying Files from an Existing Theme
Bundling and Copying Files from an Existing Theme By using gulp's kickstart task, you can copy the files from a previously created theme into any theme you choose. This functionality is useful in...
公開日: 2024/05/09 18:54
Bundling and Installing Resources into Your Theme via Themelets
Bundling and Installing Resources into Your Theme via Themelets Themelets are small, modular pieces of code that you can reuse in multiple themes. Unlike themes themselves, themelets may only...
公開日: 2024/05/09 18:54
Bundling Independent UI Resources via Theme Contributors
Bundling Independent UI Resources via Theme Contributors Theme contributors are modules that contain CSS and JavaScript resources and apply them to every page. They are independent from specific...
公開日: 2024/05/09 18:54
Upgrading a Theme
Upgrading a Theme Themes developed for previous versions of Liferay DXP must be upgraded in order to be deployed to a new version. The gulp upgrade task updates Liferay version references and theme...
公開日: 2024/05/09 18:54
Setting Up an Environment and Creating a Theme
Setting Up an Environment and Creating a Theme Creating a theme is the first step in theme development. Once you have your own theme, you can deploy it to your Liferay DXP instance, and use it for...
公開日: 2024/05/09 18:54
Embedding Widgets Using Templates
Embedding Widgets Using Templates You can embed a widget in your theme to make it available on all pages using the chosen template file. When you are embedding a widget, you will need to reference...
公開日: 2024/05/09 18:54
Using a Frontend Data Set Cell Renderer Client Extension
Using a Frontend Data Set Cell Renderer Client Extension Liferay 7.4+ You can use Frontend Data Set (FDS) cell renderer client extensions to customize the display for your data set. Use this type...
公開日: 2024/08/15 15:42
Using a CSS Client Extension
Using a CSS Client Extension Liferay 7.4+ CSS client extensions introduce new CSS styling to pages. A deployed CSS client extension on a page adds to the page's existing styling, including theme...
公開日: 2024/05/09 18:54
CSS YAML Configuration Reference
CSS YAML Configuration Reference You can define a CSS client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a CSS client extension definition: ...
公開日: 2024/05/09 18:54
Using a JavaScript Client Extension
Using a JavaScript Client Extension Liferay 7.4+ With a JavaScript (JS) client extension, you can run your own JavaScript on any page in Liferay without worrying about dependencies on Liferay code...
公開日: 2024/05/09 18:54
JavaScript YAML Configuration Reference
JavaScript YAML Configuration Reference You can define a JavaScript client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a JavaScript client...
公開日: 2024/05/09 18:54
Frontend Data Set Cell Renderer YAML Reference
Frontend Data Set Cell Renderer YAML Reference You can define a Frontend Data Set cell renderer client extension with a client-extension.yaml file. Usage Details The client-extension.yaml file...
公開日: 2024/08/15 15:42
Using a Frontend Data Set Filter Client Extension
Using a Frontend Data Set Filter Client Extension Liferay DXP 2024.Q2+/Portal GA120+ Frontend data set filter client extensions define JavaScript functions for creating customizable filter...
公開日: 2024/06/06 15:55
Theme CSS YAML Configuration Reference
Theme CSS YAML Configuration Reference You can define a theme CSS client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a theme CSS client...
公開日: 2024/05/09 18:54
Using a Theme CSS Client Extension
Using a Theme CSS Client Extension Liferay 7.4+ With a theme CSS client extension, you can override the current theme's CSS files (main.css and clay.css) to change the look and feel of a page....
公開日: 2024/05/09 18:54
Using a Theme Favicon Client Extension
Using a Theme Favicon Client Extension Liferay 7.4+ With a theme favicon client extension, you can override the theme's favicon on the selected page. Start with the sample workspace to build and...
公開日: 2024/05/09 18:54
Using an Editor Config Contributor Client Extension
Using an Editor Config Contributor Client Extension Liferay DXP 2024.Q2+/Portal GA120+ Editor Config Contributor client extensions override existing CKEditor configuration in a...
公開日: 2024/05/09 18:54
Theme Sprite Map YAML Configuration Reference
Theme Sprite Map YAML Configuration Reference You can define a theme sprite map client extension with a client-extension.yaml file. Usage Details This client-extension.yaml defines a theme sprite...
公開日: 2024/05/09 18:54
Using a Theme Sprite Map Client Extension
Using a Theme Sprite Map Client Extension Liferay DXP 2023.Q4+/Portal GA100+ With a theme sprite map client extension, you can override the default Clay sprite map used for icons on a page. Start...
公開日: 2024/05/09 18:54
ページフラグメントの開発
ページフラグメントの開発 フラグメントの開発 フラグメントエディターの使い方 フラグメントツールキットの使用 フラグメントへの設定オプションの追加 フラグメント構成のベストプラクティス フラグメントにスタイルを適用する フラグメントドロップゾーンの定義 ページ・フラグメントでカスタム・フィールドを使う フラグメントセットの作成 フラグメント構成の検証 ...
公開日: 2024/05/09 18:57
Theme Favicon YAML Configuration Reference
Theme Favicon YAML Configuration Reference You can define a theme favicon client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a theme favicon...
公開日: 2024/05/09 18:54
Editor Config Contributor YAML Configuration Reference
Editor Config Contributor YAML Configuration Reference Liferay DXP 2024.Q1+/Portal GA112+ This feature is currently behind a release feature flag (LPS-186870). Read Release Feature Flags for more...
公開日: 2024/05/09 18:54
フラグメントへの構成オプションの追加
フラグメントへの構成オプションの追加 対応可能:Liferay DXP 7.2 SP1以降 構成可能なオプションを使用して、フラグメントを柔軟にすることができるので、似たようなフラグメントを多数管理する必要はありません。...
公開日: 2024/05/09 18:57
フラグメントの自動デプロイ
フラグメントの自動デプロイ liferay Portal 7.3 GA1+ または Liferay DXP 7.3+. もしあなたが 独自のツールでページフラグメントを開発しているなら 、Liferay UI経由でインポートできるようにZIPファイルにパッケージ化することでデプロイできます。 ただし、UI の使用に限定されません。...
公開日: 2024/05/09 18:57
フラグメントへのスタイル適用
フラグメントへのスタイル適用 ページにフラグメントを追加すると、サイドバーメニューを使って、 スタイル 設定タブ を含む、フラグメントを設定することができます。 The Styles tab in the sidebar menu allows you to configure the styles per fragment on a page. ...
公開日: 2024/05/09 18:57
提供されたフラグメントセットの作成
提供されたフラグメントセットの作成 提供されたフラグメントセットは、ページフラグメントを含むデプロイ可能なモジュールです。 提供されたセットのフラグメントは、通常のフラグメントと同じように使用できますが、データベースには含まれておらず、UI から直接変更することはできません。 Liferay 7.3以降を実行している場合は、圧縮された ZIP...
公開日: 2024/05/09 18:57
フラグメント・コンフィギュレーションを使用する際のベストプラクティス
フラグメント・コンフィギュレーションを使用する際のベストプラクティス 独自の 構成でサイトのページフラグメントを作成する場合、それらを安全かつ効果的にHTML表示で使用するのはあなたの責任です。 ここでは、フラグメントをより効果的かつ強固にするためのテクニックを紹介します。 構成テキスト値のエスケープ 繰り返されるHTML要素にリストを使用する 構成テキスト値のエスケープ...
公開日: 2024/05/09 18:57
フラグメントにデフォルトのリソースを含める
フラグメントにデフォルトのリソースを含める フラグメントセットに画像(例: .gif、.jpg、.jpeg、.png)を含めて、フラグメントで使用できるようにすることができます。 ドキュメントとメディアなどの他のアプリケーションではなく、フラグメントと一緒に画像を保持すると便利です。 ここでは、フラグメント...
公開日: 2024/05/09 18:57
開発者リファレンス
開発者リファレンス フラグメントの開発リファレンス
公開日: 2024/05/09 18:57
フラグメントドロップゾーンの定義
フラグメントドロップゾーンの定義 ドロップゾーンは、コンテンツページの構築に不可欠です。 フラグメントの中に、ユーザーが他のフラグメントやウィジェットをドラッグ&ドロップできる領域を定義することで、ユニークなページレイアウトや動的な表示を実現することができます。 ドロップゾーンを定義するには、次の手順に従います。 [サイト管理] → [デザイン] → [Fragments]...
公開日: 2024/05/09 18:57
サイドカーまたはEmbedded モードのElasticsearchの使用
サイドカーまたはEmbedded モードのElasticsearchの使用 ZIPファイルまたはDockerイメージを介してインストールされたLiferay Tomcatバンドルには、Liferayで始まるElasticsearchノードが含まれています。 Liferay 7.3+ と 7.4+ のノードはサイドカーサーバーとして別のJVMで動作し、Liferay 7.2...
公開日: 2025/01/18 2:51
Elasticsearch 8へのアップグレード
Elasticsearch 8へのアップグレード 7.4 u81+, 7.3 u31+ Elasticsearch 8は、最新のLiferay 7.4アップデートとGAリリースでサポートされ、推奨されています。 特定のバージョンの互換性の詳細については、 Search Engine Compatibility Matrix を参照してください。 ...
公開日: 2024/05/09 18:59
検索エンジンのインストール
検索エンジンのインストール 検索エンジンは、Liferayインストールの重要なコンポーネントです。 サンプルクラスターを作成 することでインストールを開始できますが、このガイドでは、 本番環境 のセットアップについて説明します Liferayを起動すると、組み込みのElasticsearchサーバー(サイドカー)が同時に起動します。...
公開日: 2024/05/09 18:59
Installing OpenSearch
Installing OpenSearch Subscription Required [Beta Feature](../../../security-and-administration/administration/configuring-liferay/feature-flags.md) You can connect OpenSearch with Liferay. For...
公開日: 2024/11/28 15:14
Solrのインストール
Solrのインストール 7.2-7.3 (ce, dxp); 7.4 dxp u60+ Solrは、Apache Luceneをベースに開発されたエンタープライズサーチプラットフォームとして人気があります。 信頼性、スケーラビリティ、フォールトトレラントに優れています。 詳しくは こちら です。 この説明では、 互換性のある Liferay のバージョン に対して Solr 8...
公開日: 2024/05/09 18:59
Solrの制限事項
Solrの制限事項 LiferayのSolr実装には限界があります。 検索エンジンにSolrを選択した場合、Liferayの一部の機能やAPIは使用できません。 優れたエクスペリエンスを得るには Elasticsearch をインストールしてください。 検索結果の品質 Liferayの検索機能には、Elasticsearch固有のAPIとマッピングが活用されています。...
公開日: 2024/05/09 18:59
Liferay Enterprise Search
Liferay Enterprise Search Liferay Enterprise Search (LES) のサブスクリプションでは、Liferay DXPのサブスクリプションで利用できる検索機能以外の追加機能にアクセスできます。 お使いのLiferay DXPのバージョンでLESに含まれるサービスや機能の詳細については、 Liferay DXPコンポーネントリソース...
公開日: 2024/05/09 18:59
Liferay Enterprise Searchを有効にする
Liferay Enterprise Searchを有効にする Liferay DXP 7.4より、Liferay Enterprise Search (LES)アプリケーションは、すべてのLiferay DXPバンドルとDockerコンテナに含まれています。...
公開日: 2024/05/09 18:59
サンプルのCCRインストールの構成:データセンター間での複製
サンプルのCCRインストールの構成:データセンター間での複製 Liferay Enterprise Search(LES)サブスクライバー この例では、Liferay DXPのクラスター横断レプリケーションモジュールとElasticsearchを構成して、2つの接続(一方のElasticsearchクラスターから1つのLiferay...
公開日: 2024/05/09 18:59
クロスクラスターレプリケーション
クロスクラスターレプリケーション クラスター横断レプリケーション クラスター横断レプリケーションのインストールサンプルの設定 リモートリーダーデータセンターでのクラスター横断レプリケーションの設定 ローカルフォロワーデータセンターでのクラスター横断レプリケーションの設定 クラスター横断レプリケーション基本ユースケース設定リファレンス ...
公開日: 2024/05/09 18:59
ローカルフォロワーデータセンターでのCCRの構成
ローカルフォロワーデータセンターでのCCRの構成 以下の手順を実行する前に、まずリモート/リーダーデータセンターでCCRを構成してください。 ローカル/フォロワーデータセンターには、Liferay...
公開日: 2024/05/09 18:59
リモートリーダーデータセンターでのCCRの構成
リモートリーダーデータセンターでのCCRの構成 以下の手順を実行する前に、必要な前提条件の手順を完了していることを確認してください。 このデータセンターは、同じ場所に配置されたElasticsearchクラスターへの読み取り/書き込み接続があるLiferay DXPクラスターノードを保持します。 ここに示す例は、単一のLiferay...
公開日: 2024/05/09 18:59
Configuring CCR: Settings Reference
Configuring CCR: Settings Reference To help with the CCR configuration process, the example configurations from the step-by-step instructions in this guide are collected here. These configuration...
公開日: 2024/05/09 18:59
クラスター横断レプリケーション
クラスター横断レプリケーション Liferay Enterprise Search(LES)サブスクライバー 従来のLiferay DXP/検索エンジンのインストールでは、1つのLiferay...
公開日: 2024/05/09 18:59
クラスター横断レプリケーションのトラブルシューティング
クラスター横断レプリケーションのトラブルシューティング ここでは、CCRのセットアップ中に発生する既知の一般的な落とし穴と、一般的なトラブルシューティング手法について説明します。 さらに詳しいトラブルシューティングについては、 Elastic社のCCRドキュメント または Elastic社のフォーラム を参照してください。 インデックスレプリケーションの問題の調査...
公開日: 2024/05/09 19:00
Learning to Rank
Learning to Rank Liferay Enterprise Search(LES)サブスクライバー Elasticsearchのような検索エンジンには、一般的な検索目的に適した、適切に調整された関連性アルゴリズムがあります。 LES Learning to Rankは、機械学習を利用して検索結果のランキングを向上させます。...
公開日: 2024/05/09 19:00
Elasticsearchのモニタリング
Elasticsearchのモニタリング [LESサブスクリプション](./activating-liferay-enterprise-search.md) Liferay Enterprise Search(LES)の サブスクリプション をお持ちの場合は、Elasticの KibanaモニタリングUI をLiferay...
公開日: 2024/05/09 19:00
Collapsing Search Results
Collapsing Search Results Liferay DXP 2023.Q4+/Portal GA102+ You can collapse search results that have identical keyword field values. For example, an internal blog titled Employee of the Month...
公開日: 2024/05/09 19:00
エレメントの作成と管理
エレメントの作成と管理 エレメントは、 Search Blueprints の基本的な構成要素の一つで、Blueprintsアプリケーション内で管理されます。 グローバルメニューの「アプリケーション」セクションを開き、「Search Experiences」カテゴリーを見つけて「Search Blueprints」を開きます。 Elements...
公開日: 2024/05/09 19:00
Custom Element Examples
Custom Element Examples Here are example elements that use custom fields and nested fields in their contributed query clauses. Using Custom Fields (Expando) in Elements You can add custom fields...
公開日: 2025/01/11 16:54