<?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 Questions about installing/upgrading to Alfresco Community 7.0 and Alfresco Transform Service in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/questions-about-installing-upgrading-to-alfresco-community-7-0/m-p/130973#M35369</link>
    <description>&lt;P&gt;I'm trying to install Alfresco Community 7.0 with the distribution zip. I can log in but can't preview or edit any documents within Share (and I see no errors in the logs). I did install the alfresco pdf renderer, libreoffice, and imagemagick.&lt;/P&gt;&lt;P&gt;Do I need to install Alfresco Transform Service rather than the individual components (libreoffice, imagemagick, etc)? If so, where can I download the Alfresco Transform Service package?&lt;/P&gt;&lt;P&gt;I have found a similar post, but its still unclear to me: &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/306785#M24070" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/306785#M24070&lt;/A&gt;&lt;/P&gt;&lt;P&gt;One of the responses to the post linked above suggests only the alfresco-transform-core-aio-boot jar needs to be ran as a service, but the Alfresco Transform Service install documentation suggests theres more to it than that.&lt;/P&gt;&lt;P&gt;Additionally, I could not find any information regarding Alfresco Transform Service in the Alfresco Community install documentation &lt;A href="https://docs.alfresco.com/content-services/community/install/zip/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/community/install/zip/&lt;/A&gt;. The only detail of the Tranform Service I could find is on the overview component diagram.&lt;/P&gt;&lt;P&gt;Any guidance is appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 18:45:14 GMT</pubDate>
    <dc:creator>awoepse</dc:creator>
    <dc:date>2021-05-27T18:45:14Z</dc:date>
    <item>
      <title>Questions about installing/upgrading to Alfresco Community 7.0 and Alfresco Transform Service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/questions-about-installing-upgrading-to-alfresco-community-7-0/m-p/130973#M35369</link>
      <description>&lt;P&gt;I'm trying to install Alfresco Community 7.0 with the distribution zip. I can log in but can't preview or edit any documents within Share (and I see no errors in the logs). I did install the alfresco pdf renderer, libreoffice, and imagemagick.&lt;/P&gt;&lt;P&gt;Do I need to install Alfresco Transform Service rather than the individual components (libreoffice, imagemagick, etc)? If so, where can I download the Alfresco Transform Service package?&lt;/P&gt;&lt;P&gt;I have found a similar post, but its still unclear to me: &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/306785#M24070" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/need-to-evaluate-acs7-but-wanted-to-install-using-distribution/m-p/306785#M24070&lt;/A&gt;&lt;/P&gt;&lt;P&gt;One of the responses to the post linked above suggests only the alfresco-transform-core-aio-boot jar needs to be ran as a service, but the Alfresco Transform Service install documentation suggests theres more to it than that.&lt;/P&gt;&lt;P&gt;Additionally, I could not find any information regarding Alfresco Transform Service in the Alfresco Community install documentation &lt;A href="https://docs.alfresco.com/content-services/community/install/zip/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/content-services/community/install/zip/&lt;/A&gt;. The only detail of the Tranform Service I could find is on the overview component diagram.&lt;/P&gt;&lt;P&gt;Any guidance is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 18:45:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/questions-about-installing-upgrading-to-alfresco-community-7-0/m-p/130973#M35369</guid>
      <dc:creator>awoepse</dc:creator>
      <dc:date>2021-05-27T18:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about installing/upgrading to Alfresco Community 7.0 and Alfresco Transform Service</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/questions-about-installing-upgrading-to-alfresco-community-7-0/m-p/130974#M35370</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Yes for community edition you have to only run the jar as a service or using your command prompt and pass the arguments.&lt;/P&gt;&lt;PRE&gt;java -DPDFRENDERER_EXE="/alfresco7.0/alfresco-pdf-renderer/alfresco-pdf-renderer.exe" ^
 -DLIBREOFFICE_HOME="/alfresco7.0/libreoffice" ^
 -DIMAGEMAGICK_ROOT="/alfresco7.0/imagemagick" ^
 -DIMAGEMAGICK_DYN="/alfresco7.0/imagemagick" ^
 -DIMAGEMAGICK_EXE="/alfresco7.0/imagemagick/convert.exe" ^
 -DACTIVEMQ_URL=failover:(tcp://localhost:61616)?timeout=3000 ^
 -jar alfresco-transform-core-aio-boot-2.3.10.jar&lt;/PRE&gt;&lt;P&gt;Please check the enterprise transformation service updates here,&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/transform-service/latest/install/#install-with-zip" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/transform-service/latest/install/#install-with-zip&lt;/A&gt;&lt;/P&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="noopener nofollow 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;-Arjun&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 19:51:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/questions-about-installing-upgrading-to-alfresco-community-7-0/m-p/130974#M35370</guid>
      <dc:creator>arjunmony</dc:creator>
      <dc:date>2021-05-27T19:51:52Z</dc:date>
    </item>
  </channel>
</rss>

