<?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 deploy amp in alfresco 6.2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/deploy-amp-in-alfresco-6-2/m-p/145603#M38583</link>
    <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I have trying to install an amp generated with SDK 4.1 and java 8 in alfresco 6.2.&lt;BR /&gt;The documentation &lt;A href="https://docs.alfresco.com/6.2/concepts/master-deploy.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/master-deploy.html&lt;/A&gt; explains to use the bin/apply_amps.sh command which is not in the alfresco/alfresco-content-repository-community:6.2.1-A8 docker container.&lt;BR /&gt;The alternative option is to use the java command -jar alfresco-mmt.jar install example-amp.amp alfresco.war -verbose&lt;BR /&gt;but if there is no war in the distribution, only the alfresco folder already unpacked.&lt;/P&gt;&lt;P&gt;So how do I make the deployment?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 16:46:14 GMT</pubDate>
    <dc:creator>lucastancapiano</dc:creator>
    <dc:date>2021-02-09T16:46:14Z</dc:date>
    <item>
      <title>deploy amp in alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-amp-in-alfresco-6-2/m-p/145603#M38583</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;I have trying to install an amp generated with SDK 4.1 and java 8 in alfresco 6.2.&lt;BR /&gt;The documentation &lt;A href="https://docs.alfresco.com/6.2/concepts/master-deploy.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/master-deploy.html&lt;/A&gt; explains to use the bin/apply_amps.sh command which is not in the alfresco/alfresco-content-repository-community:6.2.1-A8 docker container.&lt;BR /&gt;The alternative option is to use the java command -jar alfresco-mmt.jar install example-amp.amp alfresco.war -verbose&lt;BR /&gt;but if there is no war in the distribution, only the alfresco folder already unpacked.&lt;/P&gt;&lt;P&gt;So how do I make the deployment?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 16:46:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-amp-in-alfresco-6-2/m-p/145603#M38583</guid>
      <dc:creator>lucastancapiano</dc:creator>
      <dc:date>2021-02-09T16:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: deploy amp in alfresco 6.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploy-amp-in-alfresco-6-2/m-p/145604#M38584</link>
      <description>&lt;P&gt;You should be using java-11, check the supported platform doc here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.2/concepts/supported-platforms-ACS.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/supported-platforms-ACS.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Within containers you have jar file i.e.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;tomcatInstallDir&amp;gt;/alfresco-mmt/alfresco-mmt*.jar&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Check this documentation for more details:&amp;nbsp;&lt;A href="https://docs.alfresco.com/6.2/concepts/dev-extensions-modules-management-tool.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/dev-extensions-modules-management-tool.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, its not right way to apply amps to acs running inside container directly. Your changes will be lost upon restart.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You should take advantane of DockerFile and docker-compose.yml in combination.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Take a look at the detailed steps here:&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-community-deployment/issues/131#issuecomment-691300550" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-community-deployment/issues/131#issuecomment-691300550&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Another examples are available here:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/configs-to-override/alfresco/Dockerfile#L38" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/configs-to-override/alfresco/Dockerfile#L38&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/configs-to-override/share/Dockerfile#L42" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/configs-to-override/share/Dockerfile#L42&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/docker-compose.yml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo/blob/master/docker-compose.yml&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 17:42:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploy-amp-in-alfresco-6-2/m-p/145604#M38584</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-02-09T17:42:55Z</dc:date>
    </item>
  </channel>
</rss>

