Setting Up Development Environment for Customizing Alfresco Interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2024 04:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2024 01:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2024 06:04 AM
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.