Message Boards

What should be the deployment process?

Scarletake Bwi, modified 3 Years ago.

What should be the deployment process?

Expert Posts: 326 Join Date: 12/20/10 Recent Posts

I think this is a very dumb question
What should be the deployment process?

I am developing 7.3.
Sometimes, after I modify mvc-portlet-module and build it directly in the gradle task, my runtime server (on eclipse) will change
But sometimes, when I build and deploy in the gradle task, and then republish in the servers, it is still wrong.
Especially after I modified api-module be referenced by the mvc-portlet-module.

have any document about that?

thank you

thumbnail
Olaf Kock, modified 3 Years ago.

RE: What should be the deployment process?

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

I'm using Liferay Developer Studio and never ever use the gradle tasks explicitly.

I typically just drag&drop the plugins on the server, which tells LDS to redeploy the plugin on every change.

If you use both, I'm not sure about the behavior

Scarletake Bwi, modified 3 Years ago.

RE: RE: What should be the deployment process?

Expert Posts: 326 Join Date: 12/20/10 Recent Posts

thank you.

i do like you, and sometimes i have to redeply and repoblish many time.