cancel
Showing results for 
Search instead for 
Did you mean: 

Vagrant file - alfresco early edition 6.0

ranjeetsi
Star Contributor
Star Contributor

Can anyone provide the vagrant file for latest - alfresco community 6.0 early edition.

Also how to create our own vagrant file. Was interested in this container and thought to create a vagrant file to be used by my team. Also if i have to apply new modules OR update the existing modules - what is the process to do that in the Vagrant file.

Thanks again for all the documentation. It was really helpful.

Alfresco Content Services Certified Engineer (ACSCE)
2 REPLIES 2

cesarista
World-Class Innovator
World-Class Innovator

Hi:

Last vagrant image I have seen on this forum was one based on Alfresco 5.2, probably outdated.

Alfresco Digital Business Platform Sandbox Installation Guide  

The fastest way for generating one for Alfresco 6 may be to start an Ubuntu 18.04 LTS vagrant based image, and to use Loftux installer inside.

For installing new modules or whatever you wanted to do with the image to may use some provision scripting --> config.vm.provision 

Kind regards.

--C.

P.S: You can also use docker resources instead.

ranjeetsi
Star Contributor
Star Contributor

Thanks Cesar! for your response. Will try that.

Alfresco Content Services Certified Engineer (ACSCE)