Message Boards

How to Install Liferay IDE For Liferay 7.1 in Ubuntu

Amitosh Kumar, modified 5 Years ago.

How to Install Liferay IDE For Liferay 7.1 in Ubuntu

New Member Posts: 16 Join Date: 3/15/19 Recent Posts
Dear Team,

I am new in liferay, I am not able to install liferay 7.1 in my ubuntu local machine.
Anybody Please guide me, It is very challenging for me.
Also Give the suggession , How to Install Liferay IDE for 7.1 in Ubuntu.\
I am Fighting from last weak But I am not able to do.

Thanks in Advance.
thumbnail
Christoph Rabel, modified 5 Years ago.

RE: How to Install Liferay IDE For Liferay 7.1 in Ubuntu

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts
Could you maybe describe what you have already tried?

To install Liferay, you basically just need to download the compressed file, unpack it and start it.
When you try to install the IDE, are there any errors?
thumbnail
Olaf Kock, modified 5 Years ago.

RE: How to Install Liferay IDE For Liferay 7.1 in Ubuntu

Liferay Legend Posts: 6403 Join Date: 9/23/08 Recent Posts
Amitosh Kumar

I am new in liferay, I am not able to install liferay 7.1 in my ubuntu local machine.
sudo aptitude install openjdk-8-jdk
unzip liferay-tomcat-bundle.zip
./liferay-tomcat-bundle/tomcat-x.x.x/bin/startup.sh

(substitute "liferay-tomcat-bundle" with the actual file and directory name. Substitute aptitude with apt-get if you don't have aptitude available)

Anything else: Follow Christoph's advice: What did you try so far? What exactly failed? "It doesn't work" just isn't enough information, because "it works for me" (TM).