Forums

Home » Liferay IDE » English

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Aparna Ravidas
working with eclipse
December 6, 2011 8:23 AM
Answer

Aparna Ravidas

Rank: New Member

Posts: 9

Join Date: December 1, 2011

Recent Posts

Hi all..

I'm totally new to Liferay... I've to develop a corporate website in liferay... I've installed eclipse-Helios, liferay-portal 6.0.6 and installed liferay plugin 6.0.6 in eclipse and configured tomcat 6.0.29 and i'm planning to use mysql database. installation was fine and i'm now able to play with test account , create user,pages etc in liferay using http://localhost:8080. Now my problem is, i'm stuck right here.. i dont know how to proceed.. i couldn't find any tutorials for developing a liferay website using eclipse. please let me know if i'm right so far and how i should proceed so that i can create completely customized new website in liferay. thanks in advance..please suggest me documentations at the earliest since i cant proceed further without your suggestions.
David H Nebinger
RE: working with eclipse
December 6, 2011 8:42 AM
Answer

David H Nebinger

Rank: Liferay Legend

Posts: 4496

Join Date: September 1, 2006

Recent Posts

First step is to get Liferay set up w/ your database and to get your feet wet in it's use. Sounds like you've done that, so we can move on.

Assuming that you have a basic plan of what the site will include, your next steps will be actually making that happen. Create your pages. Add appropriate portlets. Adjust the security and permissions. Etc. Get it functioning how you want without paying too much attention to how it looks.

How it looks is based upon the theme you use. You can use one of the canned themes (classic), you can try one of the community themes (from the download page), or you can create your own theme using Eclipse and the plugin SDK.

Rather than looking at the site as a whole and asking "How do I build it", peel back the layers and take it one step at a time. Separate your concerns and approach them separately, and in the end you'll have your site and you'll realize that it was pretty easy to get from the canned system to your custom system.
Aparna Ravidas
RE: working with eclipse
December 6, 2011 8:53 AM
Answer

Aparna Ravidas

Rank: New Member

Posts: 9

Join Date: December 1, 2011

Recent Posts

thanks david...
now let me explain my problem in depth... actually i have to rebuild an existing website. so i'm pretty much clear how the website should look like... the current database is ms sql which i'm gonna recreate in mysql... So rather than using the current lportal mysql database.. i've to create my own database..and connect it i couldn't find any tutorials on how to develop it in eclipse.. and how to host it . please suggest me some tutorials for this problem.. thanks in advance
Nagendra Kumar Busam
RE: working with eclipse
December 10, 2011 6:05 AM
Answer

Nagendra Kumar Busam

Rank: Liferay Master

Posts: 567

Join Date: July 7, 2009

Recent Posts

As you already did Liferay up & running with MySQL DB. I better suggest you try to install Liferay IDE. Start building individual components as per you present site one by one as suggested by David.
Aparna Ravidas
RE: working with eclipse
December 12, 2011 2:15 PM
Answer

Aparna Ravidas

Rank: New Member

Posts: 9

Join Date: December 1, 2011

Recent Posts

thank you all for your suggestions. i've installed eclipse and liferay plugins and working with that..