Installing Alfresco 23.2 in Ubuntu 24.04 using ZIP Distribution files

cancel
Showing results for 
Search instead for 
Did you mean: 

Installing Alfresco 23.2 in Ubuntu 24.04 using ZIP Distribution files

angelborroy
Alfresco Employee
3 1 869

Although the recommended method for installing Alfresco 23.2 is to use containerization tools like Docker Compose or Kubernetes, this blog post outlines an alternative approach using bash scripts to install Alfresco from ZIP distribution files on a Linux server such as Ubuntu.

All necessary scripts can be found in the project repository at https://github.com/aborroy/alfresco-ubuntu-installer, along with instructions on how to execute them.

Here is a summary of the process:

1. Install the base requirements: PostgreSQL, Java, Tomcat, and ActiveMQ.
2. Install the Alfresco software components: Alfresco web application, Share web application, Search services, and Transform services.
3. Build the Angular UI: Alfresco Content App.
4. Install the web proxy: Nginx.
5. Start all services and verify the installation.

Further details are available in the video recording.

Video recording

 

About the Author
Angel Borroy is Hyland Developer Evangelist. Over the last 15 years, he has been working as a software architect on Java, BPM, document management and electronic signatures. He has been working with Alfresco during the last years to customize several implementations in large organizations and to provide add-ons to the Community based on Record Management and Electronic Signature. He writes (sometimes) on his personal blog http://angelborroy.wordpress.com. He is (proud) member of the Order of the Bee.
1 Comment