Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
143 stars 57 forks source link

Support for AGS Community? #139

Open iohann95 opened 2 years ago

iohann95 commented 2 years ago

There's any interest on supporting AGS on the installer?

I was thinking of trying to do it myself if there's any interest.

If anyone has a hint or any advice of how to do so I would be glad.

Thank you all...

aborroy commented 2 years ago

I guess that should be easy for 7.1 & 7.2.

You just need to replace base Docker Images for repository and share in docker-compose.ymlfile:

7.2 alfresco/alfresco-governance-repository-community:7.2.0.1 alfresco/alfresco-governance-share-community:7.2.0.1

7.1 alfresco/alfresco-governance-repository-community:7.1.1.2 alfresco/alfresco-governance-share-community:7.1.1.2

Deploying AGS for 7.0 and 6.x could be a bit more tricky.

iohann95 commented 2 years ago

Yeah, I have no idea of a practical way of doing it for older versions.

Honestly I would do only for 7.1 and 7.2, and call it a day.

That would be ok for a pull request?

aborroy commented 2 years ago

Sure, that would be great!

iohann95 commented 2 years ago

I will do it this week then!