cancel
Showing results for 
Search instead for 
Did you mean: 

Setting Up Development Environment for Customizing Alfresco Interface

JamesTouhleb
Champ in-the-making
Champ in-the-making

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 2

davidavid
Champ in-the-making
Champ in-the-making

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.

 
 
 
 
 

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.