I am using alfresco communiy edition 2.1 I want my contents would be submitted automatically instead we are doing manual deployment to server.
In alfresco communiy edition 2.2 org.alfresco.repo.avm.wf.AVMDeployHandler class is called for auto deployment. Can i use that class in 2.1 by adding the class file alone.
OR is there any other way for auto deployment in alfresco communiy edition 2.1 !! :?:
Auto Deploy feature is available out-of-the-box in WCM in 2.2.x version. While configuring the ASR or FSR deployer (for Live Server), you will see a flag at the end "to include" the deployer in auto deploy process. While submitting a snapshot to staging sandbox (through workflow), you will notice a check box to enable "auto deploy" feature. Content will be deployed automatically after the workflow approval is done.
Automated deployment was not part of the core Alfresco WCM product in 2.1. Peter Monks wrote some code named “wcm-deployment” project on the Forge (http://forge.alfresco.com/projects/wcm-deployment/). It doesn’t directly automate deployment, but it does allow deployment to be initiated via a Web Script call, which can be scheduled via wget & cron.