Fórumok

Migrate liferay project from portal to another portal

davide luzio, módosítva 10 év-val korábban

Migrate liferay project from portal to another portal

New Member Bejegyzés: 1 Csatlakozás dátuma: 2013.09.25. Legújabb bejegyzések
Hi guys,

I have developed some portlets in Eclipse using "Liferay portal 6.1 bundle tomcat". I'm using a mySQL db that runs on my local machine.

Now i would to migrate my portlets to another development machine that use another istance of Liferay portal, Liferay SDK and DB.

it is possible?

What would be the best practice?

Thanks
thumbnail
David H Nebinger, módosítva 10 év-val korábban

RE: Migrate liferay project from portal to another portal

Liferay Legend Bejegyzések: 14914 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
yes, but eclipse has nothing to do with it.

Your portlet project is in the sdk/portlets directory. copy that dir from the old machine to the sdk/portlets directory on the new machine. do an "ant clean deploy" on the new machine to ensure everything is still compatible, and also to deploy to the new bundle.