<?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 Trying to get application  to run in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494784#M40614</link>
    <description>&lt;P&gt;I started the Alfresco Docker image and it seems to start&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/community/install/containers/docker-compose/" target="_blank" rel="noopener"&gt;https://docs.alfresco.com/content-services/community/install/containers/docker-compose/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I did the following and it starts.&lt;/P&gt;&lt;P&gt;git clone &lt;A href="https://github.com/Alfresco/acs-deployment.git" target="_blank" rel="noopener"&gt;https://github.com/Alfresco/acs-deployment.git&lt;/A&gt;&lt;BR /&gt;cd acs-deployment/docker-compose&lt;BR /&gt;docker-compose -f community-compose.yaml up&lt;BR /&gt;&lt;A href="http://localhost:8080" target="_blank" rel="noopener"&gt;http://localhost:8080&lt;/A&gt;&lt;BR /&gt;Log in using&lt;BR /&gt;admin admin&lt;/P&gt;&lt;P&gt;Now I am trying to start app that will connect to ACS.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.alfresco.com/abn/adf/docs/getting-started/" target="_blank" rel="noopener"&gt;https://www.alfresco.com/abn/adf/docs/getting-started/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I clone git clone &lt;A href="https://github.com/Alfresco/alfresco-content-app.git" target="_blank" rel="noopener"&gt;https://github.com/Alfresco/alfresco-content-app.git&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It says to edit `.env` file with the contents. `API_CONTENT_HOST="https://..."`&lt;/P&gt;&lt;P&gt;Instead, I place API_CONTENT_HOST="&lt;A href="http://localhost:8080" target="_blank" rel="noopener"&gt;http://localhost:8080&lt;/A&gt;" into the `.env` file.&lt;/P&gt;&lt;P&gt;I do an `npm start` for the `alfresco-content-app` and it launches at &lt;A href="http://localhost:4200" target="_blank" rel="noopener"&gt;http://localhost:4200&lt;/A&gt;. I try to log in using admin/admin, but it says invalid username password. Did I configure the value for `API_CONTENT_HOST` incorrectly? What error did I make?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 06:10:10 GMT</pubDate>
    <dc:creator>brieweb</dc:creator>
    <dc:date>2025-11-26T06:10:10Z</dc:date>
    <item>
      <title>Trying to get application  to run</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494784#M40614</link>
      <description>&lt;P&gt;I started the Alfresco Docker image and it seems to start&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/community/install/containers/docker-compose/" target="_blank" rel="noopener"&gt;https://docs.alfresco.com/content-services/community/install/containers/docker-compose/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I did the following and it starts.&lt;/P&gt;&lt;P&gt;git clone &lt;A href="https://github.com/Alfresco/acs-deployment.git" target="_blank" rel="noopener"&gt;https://github.com/Alfresco/acs-deployment.git&lt;/A&gt;&lt;BR /&gt;cd acs-deployment/docker-compose&lt;BR /&gt;docker-compose -f community-compose.yaml up&lt;BR /&gt;&lt;A href="http://localhost:8080" target="_blank" rel="noopener"&gt;http://localhost:8080&lt;/A&gt;&lt;BR /&gt;Log in using&lt;BR /&gt;admin admin&lt;/P&gt;&lt;P&gt;Now I am trying to start app that will connect to ACS.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.alfresco.com/abn/adf/docs/getting-started/" target="_blank" rel="noopener"&gt;https://www.alfresco.com/abn/adf/docs/getting-started/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I clone git clone &lt;A href="https://github.com/Alfresco/alfresco-content-app.git" target="_blank" rel="noopener"&gt;https://github.com/Alfresco/alfresco-content-app.git&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It says to edit `.env` file with the contents. `API_CONTENT_HOST="https://..."`&lt;/P&gt;&lt;P&gt;Instead, I place API_CONTENT_HOST="&lt;A href="http://localhost:8080" target="_blank" rel="noopener"&gt;http://localhost:8080&lt;/A&gt;" into the `.env` file.&lt;/P&gt;&lt;P&gt;I do an `npm start` for the `alfresco-content-app` and it launches at &lt;A href="http://localhost:4200" target="_blank" rel="noopener"&gt;http://localhost:4200&lt;/A&gt;. I try to log in using admin/admin, but it says invalid username password. Did I configure the value for `API_CONTENT_HOST` incorrectly? What error did I make?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 06:10:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494784#M40614</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-11-26T06:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get application  to run</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494801#M40616</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The property you need to set up to point to alfresco repository in .env file is called BASE_URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://github.com/Alfresco/alfresco-content-app#running" target="_blank"&gt;https://github.com/Alfresco/alfresco-content-app#running&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 18:31:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494801#M40616</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-11-26T18:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get application  to run</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494837#M40626</link>
      <description>&lt;P&gt;I put the contents in the&amp;nbsp;&lt;EM&gt;.env&lt;/EM&gt; file and I was able to start the angular app and connect using&amp;nbsp;&lt;EM&gt;admin/admin.&amp;nbsp;&lt;/EM&gt;Is the&amp;nbsp;&lt;EM&gt;API_CONTENT_API&amp;nbsp;&lt;/EM&gt;variable referenced in &lt;A href="https://www.alfresco.com/abn/adf/docs/getting-started/" target="_self"&gt;the tutorial&lt;/A&gt; an error?&lt;/P&gt;&lt;PRE&gt;BASE_URL="http://localhost:8080/"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2025 19:21:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494837#M40626</guid>
      <dc:creator>brieweb</dc:creator>
      <dc:date>2025-11-29T19:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get application  to run</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494839#M40628</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;That property was used in previous versions of the aplicatión. It was removed in this commit&lt;BR /&gt;&lt;A href="https://github.com/Alfresco/alfresco-content-app/commit/7ab4cc5e5333398986dd5a89443690c15a7c9feb" target="_blank" rel="noopener"&gt;https://github.com/Alfresco/alfresco-content-app/commit/7ab4cc5e5333398986dd5a89443690c15a7c9feb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So I think that tutorial is outdated. Its release note page for adf components go up just to 6.0.0 version (&lt;A href="https://www.alfresco.com/abn/adf/docs/release-notes/" target="_blank" rel="noopener"&gt;https://www.alfresco.com/abn/adf/docs/release-notes/&lt;/A&gt;) and this version is from 2013.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 29 Nov 2025 23:17:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/trying-to-get-application-to-run/m-p/494839#M40628</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2025-11-29T23:17:20Z</dc:date>
    </item>
  </channel>
</rss>

