Listing Thumbnail

    Liferay DXP

     Info
    Sold by: Liferay 
    Deployed on AWS
    Create digital experiences that look and function the way you envision using a platform that gives you a head start: Liferay Digital Experience Platform (DXP). With a track record of solutions for customers, employees, suppliers, and partners, Liferay gives you the flexibility to serve the unique needs of your entire business.

    Overview

    Liferay Digital Experience Platform (DXP) offers a comprehensive suite of tools and functionalities designed to empower businesses in their digital transformation journey. The platform provides both out-of-the-box capabilities and a flexible architecture that allows businesses to build custom solutions tailored to their specific needs. Liferay DXP facilitates the creation of various digital solutions, including Digital Commerce Sites, Customer Portals, Supplier Portals, and Intranets, enabling businesses to effectively digitalize their operations and enhance customer engagement. Key features include robust Sites & Experiences management, empowering teams to deliver customized pages and sites across multiple devices and channels. The Content Management System (CMS) enables the creation and delivery of structured content and media via API, allowing business users to manage content efficiently across different channels. Low Code Applications functionality allows for the digitization of critical business processes with minimal coding, enabling both developers and business users to create intuitive interfaces and streamline operations. Liferay DXP also provides powerful Commerce capabilities for creating B2C and B2B digital commerce experiences, enhancing product information, and offering easy ordering tools and product recommendations. Personalization features deliver relevant content through segmentation, AI-generated recommendations, and A/B testing. Search functionality saves users time with personalized and integrated results. The platform also includes Digital Asset Management (DAM) for easy asset delivery, Integration capabilities to unify systems and data, and robust Security features to protect users and data. Customer Data management helps businesses understand their users better and drive deeper engagement through personalized content and campaigns. Liferay DXP provides a versatile and secure platform for businesses to build and manage their digital presence, enhance customer experiences, and streamline operations. Liferay product is available through Private Offers Only.

    Highlights

    • Content Management (CMS): Create structured content and media to deliver via API to all channels. Enable business users to create, publish, and manage content, pages, and multimedia across different channels faster.
    • Low Code Applications: Digitize critical business processes with low code. With Liferays low-code/no-code capabilities, users can quickly compose and launch new applications that help streamline business processes while minimizing reliance on traditional application development. Developers and business users alike can create new intuitive interfaces backed by process and data definitions, so that users of these low code applications can execute business operations more efficiently.
    • Commerce: Create B2C and B2B digital commerce experiences with our commerce capabilities. Increase orders with enriching product information, easy ordering tools, and product recommendations. Help your customers make informed, accurate purchases and discover new products using smart recommendations based on past purchases, similar customers, or related items.

    Details

    Sold by

    Delivery method

    Supported services

    Delivery option
    Deploy using Helm and Terraform

    Latest version

    Operating system
    Linux

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Pricing and entitlements for this product are managed through an external billing relationship between you and the vendor. You activate the product by supplying a license purchased outside of AWS Marketplace, while AWS provides the infrastructure required to launch the product. AWS Subscriptions have no end date and may be canceled any time. However, the cancellation won't affect the status of the external license.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Vendor refund policy

    TBA

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Deploy using Helm and Terraform

    Supported services: Learn more 
    • Amazon EKS
    Helm chart

    Helm charts are Kubernetes YAML manifests combined into a single package that can be installed on Kubernetes clusters. The containerized application is deployed on a cluster by running a single Helm install command to install the seller-provided Helm chart.

    Version release notes

    This version contains: DXP 2025.Q1.0 Quarterly Release (LTS)

    For more details on this version please visit https://support.liferay.com/e/release-notes/release-highlights/20004/25734713?r=25734713 

    Liferay DXP documentation

    Liferay DXP documentation can be found here .

    Additional details

    Usage instructions

    You can find a more complete guide in Liferay's documentation .

    Prerequisites

    1. Git CLI .

    2. AWS CLI  configured to use your IAM credentials .

    3. Terraform CLI .

    4. Helm CLI .

    5. kubectl CLI .

    Setup

    1. Export your profile to use for the AWS SDK:

    export AWS_PROFILE=[profile name]

    1. Log into AWS:

    aws sso login

    1. Clone the terraform files from the repository:

    git clone -n --depth=1 --filter=tree:0 https://github.com/liferay/liferay-portal.git  liferay-aws-terraform cd liferay-aws-terraform git sparse-checkout set --no-cone /cloud/terraform/aws git checkout cd cloud/terraform/aws

    Next, you can either

    New Cluster

    Use the Terraform CLI to create a new EKS cluster:

    1. Go to the eks directory.

    2. Edit terraform.tfvars to configure your cluster's infrastructure.

    3. Run terraform init and terraform apply.

    4. Write the result of the terraform output command to the terraform.tfvars file in the dependencies directory.

    Existing Cluster

    Create dependent services to use with your EKS cluster:

    1. Go to the dependencies directory.

    2. Edit terraform.tfvars to configure your cluster's infrastructure.

    3. Run terraform init and terraform apply.

    Preparation

    1. Go to the dependencies directory.

    2. Update your Kubernetes configuration:

    aws eks update-kubeconfig
    --name $(terraform output -raw cluster_name)
    --region $(terraform output -raw region)

    1. Install the Nginx Ingress Controller:

    helm upgrade nginx-ingress-controller
    oci://registry-1.docker.io/bitnamicharts/nginx-ingress-controller
    --create-namespace
    --install
    --namespace nginx-ingress-controller
    --version 11.6.8

    Launch Liferay

    1. On the Launch this software page, in the Launch instructions section, copy the commands under Step 2.

    2. Add these arguments to the helm install command, then execute the copied commands:

    --set "liferay-aws.liferay-default.ingress.className=nginx"
    --set "liferay-aws.liferay-default.ingress.enabled=true"
    --set "liferay-aws.liferay-default.ingress.rules[0].http.paths[0].backend.service.name=liferay-default"
    --set "liferay-aws.liferay-default.ingress.rules[0].http.paths[0].backend.service.port.name=http"
    --set "liferay-aws.liferay-default.ingress.rules[0].http.paths[0].path=/"
    --set "liferay-aws.liferay-default.ingress.rules[0].http.paths[0].pathType=ImplementationSpecific"
    --set "liferay-aws.liferay-default.serviceAccount.annotations.eks.amazonaws.com/role-arn=$(terraform output -raw liferay_sa_role)" \

    1. Watch for your Liferay DXP installation to complete:

    kubectl get statefulset liferay-default
    --namespace liferay-system
    --watch

    Log In

    1. Once installation is complete, extract your public DNS:

    kubectl get svc nginx-ingress-controller
    --namespace nginx-ingress-controller
    --output jsonpath='{.status.loadBalancer.ingress[0].hostname}'

    1. Retrieve your admin password:

    kubectl get secret liferay-default
    --namespace liferay-system
    --output jsonpath='{.data.LIFERAY_DEFAULT_PERIOD_ADMIN_PERIOD_PASSWORD}'
    | base64 -d

    1. In a web browser, paste the address you retrieved from the previous step with https:// in front.

    2. Log in using <test@liferay.com> as the email and the password you retrieved.

    Resources

    Vendor resources

    Support

    Vendor support

    Liferay Subscription Services includes support services and a wide range of resources to help you successfully plan, deploy, and manage your mission-critical projects from start to finish. As a customer, you can reference our exclusive knowledge resources, download the latest fixes or releases, request specific fixes that you need for issues in your project, and have access to Liferay support engineers to assist with Liferay DXP issues.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    |
    10 external reviews
    Star ratings include only reviews from verified AWS customers. External reviews can also include a star rating, but star ratings from external reviews are not averaged in with the AWS customer star ratings.
    Moazam Hussain A.

    A very robust platform which allows us evolve our products.

    Reviewed on Mar 31, 2023
    Review provided by G2
    What do you like best about the product?
    -Liferay DXP Cloud is a collaborative service partner.
    -Liferay DXP Cloud provides a protractible solution that we can use across multiple service and client line use cases.
    -Multiexperience platform which allows us customize and integrate extensively.
    What do you dislike about the product?
    -Unfortunately, the documentation of Liferay DXP Cloud is quite complex and it would take time to make it more understandable as what the document wants to explain.
    -Integration with third party seems to be difficult due to lack of enterprise license which results in security issue.
    -It is paid and has a trial of 30 days and then we have to pay for the license.
    What problems is the product solving and how is that benefiting you?
    -Liferay DXP Cloud has a compactness of the solution, java language and richness in scalability.This is one of the reasons for choosing Liferay DXP Cloud.
    -Inorder to mordernize platform components and make them more resilient to security attacks is the reason one should switch to Liferay DXP Cloud.
    Jinal P.

    Best choice for entriprise portal!

    Reviewed on Mar 21, 2023
    Review provided by G2
    What do you like best about the product?
    One of the best enterprise portals to start with!
    Customization of existing modules is easy!
    Elastic search integration is great!
    CI/CD setup in the DXP cloud is really easy to do!
    What do you dislike about the product?
    Learning curve is more to customize existing modules.
    What problems is the product solving and how is that benefiting you?
    We have used Liferay DXP for setting up education portal and It helped us a lot with their inbuilt functionalities!
    keerti m.

    Good security , backup. Good Product!

    Reviewed on May 19, 2022
    Review provided by G2
    What do you like best about the product?
    Security & Protection is good. Being a PaaS , you don't need to manage platform like version management and backups. Services are ready to use with good experience . Autoscaling is there.
    What do you dislike about the product?
    It can be little less flexible . Though most of the things are provided as a service . With ready to use environment and software for monitoring and managing your application.
    What problems is the product solving and how is that benefiting you?
    Managing and monitoring enterprise level softwares on DXP Cloud. Used elastic search & autoscaling services provided by liferay . It is a good product if you don't want to manage things by yourself
    Recommendations to others considering the product:
    If you don't want to go into complexities of managing servers , taking backups , maintaining platforms and monitoring your application by yourself . It is a good product to choose. But still there are lot of competitors available in the markets.
    Meera J.

    Liferay DXP Cloud : Perfect choice with optimized performance and Backup-Recovery.

    Reviewed on Feb 23, 2022
    Review provided by G2
    What do you like best about the product?
    The best thing in my view about the Liferay DXP Cloud is its optimized performance with monitoring metrics. Best backup and recovery feature. I also like the 'Secret' feature of DXP cloud, which I can use in multiple services and visible to particular user roles.
    What do you dislike about the product?
    All the features are not available due to specific subscriptions.
    What problems is the product solving and how is that benefiting you?
    Backup and recovery were a headache in the cloud I previously used, but with Liferay DXP cloud this problem is solved as well as I am impressed with it's high availability.
    Dipesh B.

    Elastic search experience with liferay dxp cloud

    Reviewed on Feb 10, 2022
    Review provided by G2
    What do you like best about the product?
    The connectivity of elastic search with the mysql database gave the faste access to the data and by the different queries we can get the data and specially the automatically indexing.
    What do you dislike about the product?
    Documentation of the liferay dxp cloud has to be more understandable but unfortunately it is not at that good.it will take time to understand the point that document want to explain.
    What problems is the product solving and how is that benefiting you?
    The data with the faste access and the security because at the back end it manipulate as a java.thats why it has more sequrity then other platforms.
    View all reviews