How to deploy Alfresco 6.1 without Docker?

cancel
Showing results for 
Search instead for 
Did you mean: 
upforsin
Senior Member

How to deploy Alfresco 6.1 without Docker?

Jump to solution

Hello,

I have been developing using Alfresco maven archetype with the newest SDK (4.0.0).

It is working flawlessly but I have to resign from Docker.

Is there a way I can use it without Docker? How can I create WAR files which could be put under tomcat/web-apps directory?

I have Alfresco 6.1 up and running using Loftux's script.

Should I somehow change pom.xml files to create AMP and them somehow "install" those AMP files to currently deployed Alfresco's WARs ?

Regards,

Mike

howkymike
Alfresco Developer
1 Solution

Accepted Solutions
upforsin
Senior Member

Re: How to deploy Alfresco 6.1 without Docker?

Jump to solution

Actually it happened to be very simple. There is a pom.xml file where you just need to uncomment lines about creating AMP.

Then, run "run.sh build_start" and AMP should be created.

Next, you just have to run script provided by Loftux.

It will generate WAR files.

If you copy them to tomcat/webapps folder, you will have your 'own version' of Alfresco!

howkymike
Alfresco Developer

View solution in original post

1 Reply
upforsin
Senior Member

Re: How to deploy Alfresco 6.1 without Docker?

Jump to solution

Actually it happened to be very simple. There is a pom.xml file where you just need to uncomment lines about creating AMP.

Then, run "run.sh build_start" and AMP should be created.

Next, you just have to run script provided by Loftux.

It will generate WAR files.

If you copy them to tomcat/webapps folder, you will have your 'own version' of Alfresco!

howkymike
Alfresco Developer