<?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: Linking local ACA to DW in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20484#M9013</link>
    <description>&lt;P&gt;&lt;A href="https://alfresco-content-app.netlify.app/#/getting-started/using-local-adf" target="_blank" rel="noopener nofollow noreferrer"&gt;https://alfresco-content-app.netlify.app/#/getting-started/using-local-adf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for ACA, I presume you need running like: npm start content-ee -- --configuration=aca&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 10:32:34 GMT</pubDate>
    <dc:creator>denys</dc:creator>
    <dc:date>2023-10-23T10:32:34Z</dc:date>
    <item>
      <title>Linking local ACA to DW</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20483#M9012</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;is there any documentation on how to link local modified version of Alfresco content application to my local copy of Alfresco Digital workspace&lt;/SPAN&gt;&lt;SPAN&gt;? I found some documentation in the source code of DW but it seems outdated as I could not make it work&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 08:43:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20483#M9012</guid>
      <dc:creator>lhobza</dc:creator>
      <dc:date>2023-10-23T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Linking local ACA to DW</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20484#M9013</link>
      <description>&lt;P&gt;&lt;A href="https://alfresco-content-app.netlify.app/#/getting-started/using-local-adf" target="_blank" rel="noopener nofollow noreferrer"&gt;https://alfresco-content-app.netlify.app/#/getting-started/using-local-adf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for ACA, I presume you need running like: npm start content-ee -- --configuration=aca&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 10:32:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20484#M9013</guid>
      <dc:creator>denys</dc:creator>
      <dc:date>2023-10-23T10:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linking local ACA to DW</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20485#M9014</link>
      <description>&lt;P&gt;I placed the solutions in one parent folder so I have:&lt;BR /&gt;&lt;STRONG&gt;parent/dw_sc&lt;/STRONG&gt; - where the DW is located and&lt;BR /&gt;&lt;STRONG&gt;parent/alfresco-content-app-4.2.0&amp;nbsp;&lt;/STRONG&gt;- where the ACA is located&lt;BR /&gt;both are version&amp;nbsp;&lt;STRONG&gt;4.2.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I run the command in the DW folder:&lt;BR /&gt;&lt;STRONG&gt;npm start content-ee -- --configuration=aca&lt;/STRONG&gt;&lt;BR /&gt;I get an error:&lt;BR /&gt;NX error TS5012: Cannot read file 'C:/&amp;lt;path_to_parent_folder&amp;gt;/parent/dw_sc/tsconfig.aca.json': ENOENT: no such file or directory, open '\\?\C:\&amp;lt;path_to_parent_folder&amp;gt;\parent\dw_sc\tsconfig.aca.json'.&lt;BR /&gt;&lt;BR /&gt;Am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:32:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20485#M9014</guid>
      <dc:creator>lhobza</dc:creator>
      <dc:date>2023-10-23T12:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Linking local ACA to DW</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20486#M9015</link>
      <description>&lt;P&gt;All the linking happens in the typescript configuration files. Typically you should not rename the project names:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-applications/blob/f4779ca0e8305df0ac39ff819904aff916e278bd/tsconfig.aca.json#L5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-applications/blob/f4779ca0e8305df0ac39ff819904aff916e278bd/tsconfig.aca.json#L5&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In case of ADW, it looks for `../alfresco-content-app`&lt;/P&gt;&lt;P&gt;In case of linking ADF to ADW, the mappings are here &lt;A href="https://github.com/Alfresco/alfresco-applications/blob/f4779ca0e8305df0ac39ff819904aff916e278bd/tsconfig.adf.json#L5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-applications/blob/f4779ca0e8305df0ac39ff819904aff916e278bd/tsconfig.adf.json#L5&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:49:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20486#M9015</guid>
      <dc:creator>denys</dc:creator>
      <dc:date>2023-10-23T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking local ACA to DW</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20487#M9016</link>
      <description>&lt;P&gt;Thank you for the response but the links you posted do not work for me. Maybe they are only accessible for the interal users? Also even after a renamed the folder it does not work. I looked at the sourcode of DW and there is no &lt;STRONG&gt;tsconfig.aca.json&lt;/STRONG&gt; and I think that is the reason it is not working for me (I even tried to download older versions from the Alfresco support portal and it is not even there ).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you please send me the&amp;nbsp;&lt;STRONG&gt;tsconfig.aca.json&lt;/STRONG&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 08:47:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/linking-local-aca-to-dw/m-p/20487#M9016</guid>
      <dc:creator>lhobza</dc:creator>
      <dc:date>2023-10-24T08:47:34Z</dc:date>
    </item>
  </channel>
</rss>

