<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What are the minimum containers needed for running Alfresco repository in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147839#M39111</link>
    <description>&lt;P&gt;This repository deploys incrementally Alfresco, detailing the services you're adding on each step:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/aborroy/alfresco-incremental-deployment" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/aborroy/alfresco-incremental-deployment&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2024 13:12:40 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2024-05-17T13:12:40Z</dc:date>
    <item>
      <title>What are the minimum containers needed for running Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147837#M39109</link>
      <description>&lt;P&gt;We are started to work with Alfreso (community 23.2.0) and did a deploy with docker compose in total 9 containers.&lt;BR /&gt;We will use Alfresco only as repository, is it sufficient to start only: postgres, content-app, share, alfresco and proxy?&lt;BR /&gt;At first glance it seems to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="running containers" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1753iE1A2B332DF7999D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;running containers&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 06:43:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147837#M39109</guid>
      <dc:creator>wwijgergangs</dc:creator>
      <dc:date>2024-05-17T06:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: What are the minimum containers needed for running Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147838#M39110</link>
      <description>&lt;P&gt;I think that the minimal architecture can be summarized in the following way:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Alfresco Repository (alfresco): this is the repository service&lt;/LI&gt;
&lt;LI&gt;Alfresco Share (share): this is the frontend for configuration and maintenance purpose&lt;/LI&gt;
&lt;LI&gt;PostgreSQL (postgre): this is the database server&lt;/LI&gt;
&lt;LI&gt;Alfresco Content App (content-app): this is the frontend UI for users&lt;/LI&gt;
&lt;LI&gt;Web Server (nginx): this is the web server&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But please consider that in this way you have to disable the following services:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Search Services (solr6): this is the Apache Solr 6 search engine&lt;/LI&gt;
&lt;LI&gt;Transform Core AIO (transform-core-aio): this service is used for transformation and for indexing&lt;/LI&gt;
&lt;LI&gt;Shared File Store (shared-file-store): this service is used as a temporary storage for transformations&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;ActiveMQ (activemq): this is the JMS server in order to manage asynchronous events for Out-Of-Process SDK, renditions, transformations&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So the minimal architecture should be configured in the right way disabling indexing and transformations capabilities but at this point I don't know if you want a repository without the search engine or without generating renditions.&lt;/P&gt;
&lt;P&gt;For disabling the indexing you should set the following property:&lt;/P&gt;
&lt;PRE&gt;index.subsystem.name=noindex&lt;/PRE&gt;
&lt;P&gt;Then you should disable the Messaging Service and the ActiveMQ topic for events:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;messaging.subsystem.autoStart=false&lt;/SPAN&gt;&lt;BR /&gt;repo.event2.enabled=false&lt;/PRE&gt;
&lt;P&gt;It strongly depends on what you need to do with your project, can you share more details about what you want to achieve with Alfresco?&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 09:25:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147838#M39110</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2024-05-17T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: What are the minimum containers needed for running Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147839#M39111</link>
      <description>&lt;P&gt;This repository deploys incrementally Alfresco, detailing the services you're adding on each step:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/aborroy/alfresco-incremental-deployment" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/aborroy/alfresco-incremental-deployment&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 13:12:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147839#M39111</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2024-05-17T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: What are the minimum containers needed for running Alfresco repository</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147840#M39112</link>
      <description>&lt;P&gt;Thanks for the responses, this is really helpful for implementing the correct setup for us!&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 07:32:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/what-are-the-minimum-containers-needed-for-running-alfresco/m-p/147840#M39112</guid>
      <dc:creator>wwijgergangs</dc:creator>
      <dc:date>2024-05-21T07:32:04Z</dc:date>
    </item>
  </channel>
</rss>

