<?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: Get Started with Alfresco 6 and alfresco SDK 4 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/105405#M29826</link>
    <description>&lt;P&gt;Please have a look a this Tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="https://ecmarchitect.com/alfresco-developer-series" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2020 14:59:46 GMT</pubDate>
    <dc:creator>akreienbring</dc:creator>
    <dc:date>2020-05-08T14:59:46Z</dc:date>
    <item>
      <title>Get Started with Alfresco 6 and alfresco SDK 4</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/105404#M29825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to start with &lt;STRONG&gt;Alfresco 6&lt;/STRONG&gt; developement with SDK 4,&lt;/P&gt;&lt;P&gt;can someone help me with the ressources or any references to get start with it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahmaiah Ganna&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 12:50:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/105404#M29825</guid>
      <dc:creator>brahmaiah926</dc:creator>
      <dc:date>2020-05-08T12:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get Started with Alfresco 6 and alfresco SDK 4</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/105405#M29826</link>
      <description>&lt;P&gt;Please have a look a this Tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="https://ecmarchitect.com/alfresco-developer-series" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ecmarchitect.com/alfresco-developer-series&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 14:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/105405#M29826</guid>
      <dc:creator>akreienbring</dc:creator>
      <dc:date>2020-05-08T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get Started with Alfresco 6 and alfresco SDK 4</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/105406#M29827</link>
      <description>&lt;P&gt;&lt;BR /&gt;Concept wise everytihng is same as previous version, If you are very much new to alfresco then refer this post for more details:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/new-to-alfresco-need-suggestions-directions-to-learn/m-p/28098#M1583" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/new-to-alfresco-need-suggestions-directions-to-learn/m-p/28098#M1583&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To start with SDK4.x you should have idea about docker, docker-compose, DockerFile etc. You can go through this blog to understand the docker based deployments:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can follow the below given steps to generate and test a sample sd4 based project which uses ACS 6.2.x:&lt;/P&gt;
&lt;P&gt;1- Generate the archetype [ use: mvn archetype:generate -Dfilter=org.alfresco: ] using SDK 4.1.0 (meant for ACS 6.2.x). &lt;BR /&gt;Decide to generate AIO or individual archetypes based on your current setup/preference.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;U&gt;See steps here:&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/296208/highlight/true#M17793" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/296208/highlight/true#M17793&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You would get additional project named "yourproject-share-docker/yourproject-platform-docker". It will have DockerFile containing the base image and steps to be performed while launching the containers. You will also get a project named as "docker", this will have docker-compose.yml file which basically defines all the services which using which containers will be launced.&lt;/P&gt;
&lt;P&gt;Make sure you provide the same groupId and artifactId as per your current project.&lt;/P&gt;
&lt;P&gt;To get basic info of DockerFile, refer:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dzone.com/articles/understanding-dockerfile" target="_blank" rel="noopener nofollow noreferrer"&gt;https://dzone.com/articles/understanding-dockerfile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.docker.com/engine/reference/builder/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/engine/reference/builder/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To get basic info of docker-compose.yml, refer: &lt;A href="https://docs.docker.com/compose/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2- Build and Start the containers and see if everything works ok. Use "run.bat build_start" (run.sh build_start for linux) command to build and start the docker containers. You can refer "run.bat or run.sh" files.&lt;/P&gt;
&lt;P&gt;3- To remote debug and put breakpoints you can follow these documents. Make sure you add below step in platform DockerFile:&lt;/P&gt;
&lt;P&gt;Add the below given line in your platform-docker project's DockerFile:&lt;/P&gt;
&lt;P&gt;COPY hotswap-agent.properties $TOMCAT_DIR/webapps/alfresco/WEB-INF/classes&lt;BR /&gt;For remote debugging follow the instructions given here:&lt;/P&gt;
&lt;P&gt;Intellij: &lt;A href="https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-intellij.md" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-intellij.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Eclipse: &lt;A href="https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-eclipse.md" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-sdk/blob/master/docs/advanced-topics/debugging/debug-eclipse.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Have a look at this documentation as well: &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-sdk-4-0/ba-p/289257" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-sdk-4-0/ba-p/289257&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you have not used any versions of SDK so far, then you can generate a sample artifact by referring to this post, you can find steps to generate base artifact here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/298467#M19075" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-when-creating-an-all-in-one-project-in-eclipse/m-p/298467#M19075&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 23:48:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-started-with-alfresco-6-and-alfresco-sdk-4/m-p/105406#M29827</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-05-12T23:48:57Z</dc:date>
    </item>
  </channel>
</rss>

