How to apply changes done locally to server version?

cancel
Showing results for 
Search instead for 
Did you mean: 
rihabe
Member II

How to apply changes done locally to server version?

Jump to solution

hello Guys,

I've been applying some changes to my alfresco community project locally. Now i want to apply the same changes on the server.
I've copied the tomcat folder. 
Is that a good idea or is there a better way to do it?
Thank you for your help.

1 Solution

Accepted Solutions
douglascrp
Advanced II

Re: How to apply changes done locally to server version?

Jump to solution

Hello.

Yes, definitely there is a better way of doing this.

What you should have been doing is to have a SDK project, and use that to package your project as a jar or an amp, and then use that artifact to deploy in any server you need.

Please, check the following tutorials to have some ideas:

Getting Started with the Alfresco Maven SDK | ECMArchitect | Alfresco Developer Tutorials 

Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials 

View solution in original post

2 Replies
douglascrp
Advanced II

Re: How to apply changes done locally to server version?

Jump to solution

Hello.

Yes, definitely there is a better way of doing this.

What you should have been doing is to have a SDK project, and use that to package your project as a jar or an amp, and then use that artifact to deploy in any server you need.

Please, check the following tutorials to have some ideas:

Getting Started with the Alfresco Maven SDK | ECMArchitect | Alfresco Developer Tutorials 

Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials 

rihabe
Member II

Re: How to apply changes done locally to server version?

Jump to solution

Thanks a lot !