How to customize Alfresco Community 7.2 installed on Ubuntu using Docker Compose

cancel
Showing results for 
Search instead for 
Did you mean: 
Phfirst
Active Member

How to customize Alfresco Community 7.2 installed on Ubuntu using Docker Compose

In part of my internship, I was asked to set up GED system with Alfresco. I installed Community 7.2 on Ubuntu 20.04 LTS using Docker Compose. It starts correctly. My questions are:

1- Is the chosen installation mode accptable in this context?

2- Is it possible for me to personalize the logo, the page background, the footer... of Alfresco installed in order to put in the colors of the company?

If yes, can you help me know how to do it? Which file(s) to modify?

If not, what do you recommend for me?

Help me please.

Thank you in advance for your help.

1 Reply
abhinavmishra14
Advanced

Re: How to customize Alfresco Community 7.2 installed on Ubuntu using Docker Compose

You can get started with SDK4.x to develop custom theme modules, build the amps and apply to share.war file

To learn more on sdk, visit this documentation: https://docs.alfresco.com/content-services/latest/develop/sdk/

This thread may also be helpful: https://hub.alfresco.com/t5/alfresco-content-services-forum/get-started-with-alfresco-6-and-alfresco...

After you are well versed with using and building modules using SDK, use these docs to learn more on developing custom themes.

https://docs.alfresco.com/content-services/latest/develop/share-ext-points/share-themes/

https://docs.alfresco.com/content-services/latest/tutorial/share/style/

This thread may also be helpful: https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-background-color-change/m-p/300...

You can also take reference from this demo project to create your custom theme: https://github.com/abhinavmishra14/share-theme-demo/tree/master/share62-theme-demo

 

~Abhinav
(ACSCE, AWS SAA, Azure Admin)