Documentazione
Liferay fornisce un ricco bagaglio di risorse e conoscenze per aiutare la nostra Communità nell' usare e lavorare con la nostra tecnologia.
Deploying New Liferay Projects to Liferay Server
You have a plugin project, but you need to deploy it onto your Liferay Server. Let’s do it now:
Select your new plugin project then right click the Liferay Server in the Servers tab;
Select Add and Remove….
Select your plugin project and click Add to deploy it to the server.
Click Finish.
You should see the project get deployed to Liferay Tomcat server; in the console you’ll see a message indicating your new portlet is available for use.
Figure 9.6: Verifying the output in the Console view
Open Liferay Portal Home (http://localhost:8080/ in most cases) and follow the instructions in the setup wizard.
Once you’re logged in, click Add → More; expand the Sample category and click the Add link next to your demo application. You should see the correctly deployed portlet on the page.
Great, you can create projects in Liferay IDE! Let’s find out how to import existing projects into Liferay IDE.