cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Deploy

sivaeiester
Champ in-the-making
Champ in-the-making
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 !!   :?:
4 REPLIES 4

mrogers
Star Contributor
Star Contributor
I'm fairly sure it will be a bigger job than just adding that single class.   For example there are wcm model changes between 2.1 and 2.2.

You can try …   

I suspect that it may be easier to upgrade your whole environment to 3C when that becomes available.

sivaeiester
Champ in-the-making
Champ in-the-making
Ya .. but the thing is, my boss wants me to do it in 2.1  :cry:  .

After the approving process is over the content should be deployed automaticaly. Do i have any javascripts for deploying in alfresco???

munwar
Champ in-the-making
Champ in-the-making
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.

ben
Champ in-the-making
Champ in-the-making
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.

Ben.