cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy Alfresco 6.1 without Docker?

upforsin
Star Collaborator
Star Collaborator

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 ACCEPTED ANSWER

upforsin
Star Collaborator
Star Collaborator

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 answer in original post

1 REPLY 1

upforsin
Star Collaborator
Star Collaborator

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