Thursday 5 November 2020

Liferay 7.3 Installation

 

How to configure Liferay 7.3.GA6 in LDS

 

Download LDS à Extract à Open à Choose workspace

 



 

Close welcome screen



 

Configure server here by click on create a new server in bottom left screen

Choose Liferay 7.x

 



 

Click Next

 



 

Choose the tomcat path

 

Link to download the server - https://www.liferay.com/downloads-community

 



 

Choose runtime JRE as JDK otherwise you will get an error as A full JDK (not just JRE) is recommended

 

Click Next and Finish



 

Start the server

By default it will start with Hypersonic as its DB. We can update based on our requirement

 



 

If we want to change DB click on change and choose

 



 

Now I am just configuring through Hypersonic itself

 

Click on Finish Configuration

 



 

Restart the server

 



 

Refresh the browser and see the portal screen

 



 

Click on I Agree and Choose the Password

 



 

Choose Reminder and click on Save



 

Configuration is completed.

Welcome to Liferay 7.3.GA 6




 

 

 

 

 

 

 

 

Friday 30 October 2020

How to hide the web content display title in Liferay DXP

 Go to Web Content Display  ⇛⇛ Look and Feel Configuration  ⇛⇛ Under Application Decorators(Select Barebone)   ⇛⇛ Save











Thursday 15 October 2020

Could not resolve module: com.demo [3295]_ Unresolved requirement: Import-Package: com.liferay.portal.kernel.portlet.bridges.mvc; version="[1.6.0,2.0.0)"_ [Sanitized] at org.eclipse.osgi.container.Module.start(Module.java:444) in liferay 7.3

 How to resolve the below error?

Could not resolve module: com.demo [3295]_  Unresolved requirement: Import-Package: com.liferay.portal.kernel.portlet.bridges.mvc; version="[1.6.0,2.0.0)"_ [Sanitized] at org.eclipse.osgi.container.Module.start(Module.java:444) in liferay 7.3


Solution :

Please verify your gradle properties 

liferay.workspace.target.platform.version = 7.2.0

Update this to 

liferay.workspace.target.platform.version =7.3.1

Versions need to update based on your configuration.

Liferay 7.3 Installation

  How to configure Liferay 7.3.GA6 in LDS   Download LDS à Extract à Open à Choose workspace     Close welcome screen   ...