Lilawood14
Lilawood14

Reputation: 35

Deploy a customed Alfresco

I've customed my alfresco (classification plan, metadata, ...) and I wanted to know how to deploy this existing alfresco into a new one existing on other computer.

I think that I have to deploy my alfresco.war on the other computer in place on the existing alfresco.war and it's all ?

Thanks if you can help me !

Edit : I've tried to remplace the alfresco.war and share.war but it doesn't work. If I produce a database dump that I restore on the new alfresco and I remplace the alf_data, do you think It can work ?

Upvotes: 0

Views: 91

Answers (1)

Mardoz
Mardoz

Reputation: 1657

Yep, you've just about got it already. You need to:

  1. Stop your tomcat instance.
  2. Go to the tomcat/webapps directory in the Alfresco installation.
  3. Delete the alfresco.war file. (taking a backup is always recommended)
  4. Delete the alfresco directory.
  5. Depending on the changes made delete the contents of the tomcat/temp and tomcat/work directories.
  6. Start your tomcat instance.

Good practice is to package up your changes in to an amp and to deploy it using the Alfresco Module Management Tool so you may want to look at doing that in future.

Upvotes: 1

Related Questions