Setting Up Development Environment for Customizing Alfresco Interface

cancel
Showing results for 
Search instead for 
Did you mean: 
JamesTouhleb
Member II

Setting Up Development Environment for Customizing Alfresco Interface

Hi,

 

I am a beginner in Alfresco and I want to customize the interface according to user needs. Could you please outline the steps to follow to implement the development environment? I have already installed Alfresco 23.x using Docker Desktop.

I USE ECM

 

Thanks a lot

2 Replies
davidavid
Active Member

Re: Setting Up Development Environment for Customizing Alfresco Interface

To set up a development environment for customizing the Alfresco interface, start by installing necessary tools like JDK, Maven, and Git. Clone the Alfresco repository, configure your IDE, and install necessary dependencies. Use Maven to build and deploy your customizations. Leverage Alfresco's developer documentation and community resources for guidance throughout the customization process.

 
 
 
 
 
sanjaybandhniya
Intermediate

Re: Setting Up Development Environment for Customizing Alfresco Interface

You can start customization using Alfresco SDK.

https://docs.alfresco.com/content-services/7.4/develop/sdk/#whats-new

This will give you a environment for customization.Once you complete all required changes then you can deploy jar to alfresco dev/uat/prod environment.