<?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: How to install module to dockerized Alfresco installation? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76597#M24190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's yours "Unauthorized" page. Other posts are accessible to me, only this one seams to be hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="276" src="https://connect.hyland.com/legacyfs/online/alfresco/24207_unauthorized.png" width="489" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2018 13:59:56 GMT</pubDate>
    <dc:creator>saso5</dc:creator>
    <dc:date>2018-11-14T13:59:56Z</dc:date>
    <item>
      <title>How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76589#M24182</link>
      <description>I'm new to docker. Please, help to figure out how to install a module (OnlyOffice integration) to dockerized installation of Alfresco.I've installed Alfresco using docker-compose.yml (attached):Now I have 4 containers:a62fa579f38c&amp;nbsp;&amp;nbsp;&amp;nbsp;alfresco/alfresco-share:6.0.b7e2afbeb545b&amp;nbsp;&amp;nbsp;&amp;nbsp;alfresco/alfresco-conte</description>
      <pubDate>Fri, 27 Jul 2018 13:30:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76589#M24182</guid>
      <dc:creator>googlom</dc:creator>
      <dc:date>2018-07-27T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76590#M24183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alfresco does not support module deployment yet for default images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this approach:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/keensoft/alfresco-docker-template/tree/master/templates/201806-GA" title="https://github.com/keensoft/alfresco-docker-template/tree/master/templates/201806-GA" rel="nofollow noopener noreferrer"&gt;alfresco-docker-template/templates/201806-GA at master · keensoft/alfresco-docker-template · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:40:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76590#M24183</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-07-27T14:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76591#M24184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alfresco considers it the "expected way" to build your own images, see&amp;nbsp;&lt;A _jive_internal="true" href="https://community.alfresco.com/community/ecm/blog/2018/04/17/deploying-and-running-alfresco-content-services-60#jive_content_id_Building_and_Deploying_custom_ACS_Images" rel="nofollow noopener noreferrer"&gt;Building and Deploying custom ACS Images&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 08:22:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76591#M24184</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2018-07-30T08:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76592#M24185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simplified approach (compared to the one suggested by Angel) could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a simple Dockerfile like this:&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;FROM alfresco/alfresco-content-repository-community:6.0.7-ga&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;COPY amps/&amp;lt;your-amp&amp;gt;.amp \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/local/tomcat/amps/&amp;lt;your-amp&amp;gt;.amp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;RUN java -jar /usr/local/tomcat/alfresco-mmt/alfresco-mmt*.jar install \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/local/tomcat/amps/&amp;lt;your-amp&amp;gt;.amp \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /usr/local/tomcat/webapps/alfresco -nobackup -force&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In your docker-compose, you can now rebuild the alfresco docker image:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="color: #333399;"&gt;[...]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; build: &amp;lt;your/Dockerfile/path&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; environment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JAVA_OPTS : "&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Ddb.driver=org.postgresql.Driver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Ddb.username=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Ddb.password=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Ddb.url=jdbc:postgresql://postgres:5432/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #333399;"&gt;[...]&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 16:01:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76592#M24185</guid>
      <dc:creator>davidciamberlan</dc:creator>
      <dc:date>2018-07-30T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76593#M24186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've installed Alfresco using this compose.&lt;BR /&gt;Is there a way to disable https and use only http?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 17:47:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76593#M24186</guid>
      <dc:creator>googlom</dc:creator>
      <dc:date>2018-07-30T17:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76594#M24187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've provided an alternative HTTP configuration at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/keensoft/alfresco-docker-template/tree/master/templates/201806-GA" rel="nofollow noopener noreferrer"&gt;https://github.com/keensoft/alfresco-docker-template/tree/master/templates/201806-GA&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;docker-compose -f docker-compose-http.yml&lt;/STRONG&gt; or just rename this file to &lt;STRONG&gt;docker-compose.yml&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 18:07:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76594#M24187</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-07-30T18:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76595#M24188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get an "Unauthorized" exception when trying to open the link. Is the content not freely available?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 12:58:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76595#M24188</guid>
      <dc:creator>saso5</dc:creator>
      <dc:date>2018-11-14T12:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76596#M24189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The content is freely available. Probably the message is due to your web proxy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:46:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76596#M24189</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-11-14T13:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76597#M24190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's yours "Unauthorized" page. Other posts are accessible to me, only this one seams to be hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="276" src="https://connect.hyland.com/legacyfs/online/alfresco/24207_unauthorized.png" width="489" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:59:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76597#M24190</guid>
      <dc:creator>saso5</dc:creator>
      <dc:date>2018-11-14T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76598#M24191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, yes it looks like this post has been moved to private zone. Probably&amp;nbsp;&lt;B&gt;Ole Hejlskov&lt;/B&gt;‌ (the new Developer Evangelist) or &lt;B&gt;Kristen Gastaldo&lt;/B&gt;‌ (Community Manager) can assist you in this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:07:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76598#M24191</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-11-14T14:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76599#M24192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's actually not in a private state, but for some reason is listed as a draft. Hey &lt;B&gt;Martin Bergljung&lt;/B&gt;‌ - can you publish this if it's ready?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 15:12:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76599#M24192</guid>
      <dc:creator>kgastaldo</dc:creator>
      <dc:date>2018-11-14T15:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76600#M24193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The post is public now, did some editing and forgot to publish again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 15:18:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76600#M24193</guid>
      <dc:creator>gravitonian</dc:creator>
      <dc:date>2018-11-14T15:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to install module to dockerized Alfresco installation?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76601#M24194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Than you for all of your quick replies and the fix!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2018 07:49:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-install-module-to-dockerized-alfresco-installation/m-p/76601#M24194</guid>
      <dc:creator>saso5</dc:creator>
      <dc:date>2018-11-15T07:49:24Z</dc:date>
    </item>
  </channel>
</rss>

