<?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: Need to evaluate acs7 but wanted to install using distribution package in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118855#M32762</link>
    <description>&lt;P&gt;There should not be much different in the installation steps done via distribution package for acs7 as well. Checkout this post :&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/news-announcements/installing-alfresco-community-6-2-without-docker-or-ansible/ba-p/304808/jump-to/first-unread-message&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/news-announcements/installing-alfresco-community-6-2-without-docker-or-ansible/ba-p/304808/jump-to/first-unread-message&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to see step by step process to setup acs using distribution package. It is for ACS6.2.0-ga but overall steps would be same.&lt;/P&gt;
&lt;P&gt;Regarding the transformation setup, in earlier version you had option to use legacy transformation setup. It is now completely removed from ACS7 and you would have to use the new transformation service which is based on spring boot and configure the URLs in global properties file. It uses activemq.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;For more details visit:&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/introducing-alfresco-transform-service-new-with-acs-6-1/ba-p/288174" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/introducing-alfresco-transform-service-new-with-acs-6-1/ba-p/288174&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-community-edition-201910-ea-release-notes/ba-p/292243" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-community-edition-201910-ea-release-notes/ba-p/292243&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/Alfresco/alfresco-transform-core" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.alfresco.com/transform/tasks/transform-install.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/transform/tasks/transform-install.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.alfresco.com/transform/concepts/transform-local-legacy.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/transform/concepts/transform-local-legacy.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You could run this app locally or on your development server and configure the urls in global propeties file and test the functionalities:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Alternatively you could run these docker images and configure the URLs in alfresco-global.properties file:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L49&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L49&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L100" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L100&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Propeties would look something like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L44" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L44&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 May 2021 17:26:00 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-05-19T17:26:00Z</dc:date>
    <item>
      <title>Need to evaluate acs7 but wanted to install using distribution package</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118854#M32761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;we need to evaluate the acs 7 community as we are planning to migrate to 7 from acs 5 community. I went through documentation for installation using distribution package, documentation is not clear and i am getting confused with steps.&amp;nbsp;&lt;BR /&gt;Also with previous versions we used to setup imagemagic, libreoffice etc but with acs 7 this option is not there. How to setup transformations?&lt;/P&gt;&lt;P&gt;any pointers will be helpful&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 04:39:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118854#M32761</guid>
      <dc:creator>cmsbeginner</dc:creator>
      <dc:date>2021-05-19T04:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need to evaluate acs7 but wanted to install using distribution package</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118855#M32762</link>
      <description>&lt;P&gt;There should not be much different in the installation steps done via distribution package for acs7 as well. Checkout this post :&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/news-announcements/installing-alfresco-community-6-2-without-docker-or-ansible/ba-p/304808/jump-to/first-unread-message&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/news-announcements/installing-alfresco-community-6-2-without-docker-or-ansible/ba-p/304808/jump-to/first-unread-message&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to see step by step process to setup acs using distribution package. It is for ACS6.2.0-ga but overall steps would be same.&lt;/P&gt;
&lt;P&gt;Regarding the transformation setup, in earlier version you had option to use legacy transformation setup. It is now completely removed from ACS7 and you would have to use the new transformation service which is based on spring boot and configure the URLs in global properties file. It uses activemq.&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;For more details visit:&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/introducing-alfresco-transform-service-new-with-acs-6-1/ba-p/288174" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/introducing-alfresco-transform-service-new-with-acs-6-1/ba-p/288174&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-community-edition-201910-ea-release-notes/ba-p/292243" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-community-edition-201910-ea-release-notes/ba-p/292243&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/Alfresco/alfresco-transform-core" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.alfresco.com/transform/tasks/transform-install.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/transform/tasks/transform-install.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.alfresco.com/transform/concepts/transform-local-legacy.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/transform/concepts/transform-local-legacy.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/quick-reference-for-transformers-in-acs-community-6-2/ba-p/294824&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You could run this app locally or on your development server and configure the urls in global propeties file and test the functionalities:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Alternatively you could run these docker images and configure the URLs in alfresco-global.properties file:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L49&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L49&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L100" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L100&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Propeties would look something like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L44" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/community-docker-compose.yml#L44&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 17:26:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118855#M32762</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-05-19T17:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need to evaluate acs7 but wanted to install using distribution package</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118856#M32763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For transformations you have to run the&amp;nbsp;&lt;STRONG&gt;alfresco-transform-core-aio-boot-2.3.10.jar&lt;/STRONG&gt; as a service in your machine and start the service.&lt;/P&gt;&lt;P&gt;Below were the changes you need to do update in global properties.&lt;/P&gt;&lt;PRE&gt;#transform.service.enabled=false
#local.transform.service.enabled=false
#legacy.transform.service.enabled=true

localTransform.core-aio.url=http://localhost:8090/&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio/alfresco-transform-core-aio-boot" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-transform-core/tree/master/alfresco-transform-core-aio/alfresco-transform-core-aio-boot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/transform-service/latest/install/#install-with-zip" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/transform-service/latest/install/#install-with-zip&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 20:39:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118856#M32763</guid>
      <dc:creator>arjunmony</dc:creator>
      <dc:date>2021-05-21T20:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need to evaluate acs7 but wanted to install using distribution package</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118857#M32764</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83214"&gt;@arjunmony&lt;/A&gt;&amp;nbsp;for help&lt;/P&gt;&lt;P&gt;I was able to setup using the blogpost but transformation service setup kept me confused and i was about to ask the question on this forum, but&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/83214"&gt;@arjunmony&lt;/A&gt;&amp;nbsp;you beat me &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;, you answered the question before i could ask.&lt;/P&gt;&lt;P&gt;i am able to run local services now with the jar file&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 14:07:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118857#M32764</guid>
      <dc:creator>cmsbeginner</dc:creator>
      <dc:date>2021-05-24T14:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need to evaluate acs7 but wanted to install using distribution package</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118858#M32765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/84991"&gt;@cmsbeginner&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great news that you got it sorted and thanks for accepting the solution - this will help other users with a similar issue.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 14:39:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118858#M32765</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-05-24T14:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need to evaluate acs7 but wanted to install using distribution package</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118859#M32766</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/84991"&gt;@cmsbeginner&lt;/A&gt;&amp;nbsp;glad to know you are able to setup. Please share the steps at high level so others can refer.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 19:56:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118859#M32766</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-05-25T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need to evaluate acs7 but wanted to install using distribution package</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118860#M32767</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/84991"&gt;@cmsbeginner&lt;/A&gt;&amp;nbsp;checkout the detailed steps i have shared here just in case:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/06/setup-acs70-ass201-and-transformation-service.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jun 2021 14:25:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/118860#M32767</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-06-27T14:25:10Z</dc:date>
    </item>
  </channel>
</rss>

