<?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: install alfresco governance enterprise to trial version Alfresco Enterprice Edition 6.2.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/install-alfresco-governance-enterprise-to-trial-version-alfresco/m-p/85885#M26019</link>
    <description>&lt;P&gt;You need credentials in "quay.io" to use Enterprise Docker Images.&lt;/P&gt;
&lt;P&gt;You can ask for them in Partnership Program.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 12:48:36 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2019-12-05T12:48:36Z</dc:date>
    <item>
      <title>install alfresco governance enterprise to trial version Alfresco Enterprice Edition 6.2.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/install-alfresco-governance-enterprise-to-trial-version-alfresco/m-p/85884#M26018</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We try install alfresco governance enterprise to trial version Alfresco Enterprice Edition 6.2.0, but for image: quay.io/alfresco/alfresco-governance-repository-enterprise:3.2.x system wrote "No such image".&lt;/P&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;P&gt;This is YML document:&lt;/P&gt;&lt;P&gt;# This docker-compose.yml file is used to spin up an Alfresco Content Services (ACS) trial cluster on a local host or on a server and it requires a minimum of 16GB Memory to distribute among containers.&lt;/P&gt;&lt;P&gt;# To use this file to create a local installation of Alfresco Content Services, you need to have Docker Compose installed [&lt;A href="https://docs.docker.com/compose/install/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/install/&lt;/A&gt;].&lt;BR /&gt;# Navigate to the folder where this file is located, and issue the following commands:&lt;BR /&gt;#&lt;BR /&gt;# docker login quay.io -u="alfresco+acs_v6_trial" -p="MDF9RNGUJPKZ83KK8UVGUVWO9AYKUZ0VN6WG5VOOCUT6BX19JJLU5ZL0HKU7N20C"&lt;BR /&gt;# docker-compose up&lt;BR /&gt;#&lt;/P&gt;&lt;P&gt;# For additional information about using this docker-compose file, please see:&lt;BR /&gt;# &lt;A href="https://github.com/Alfresco/acs-deployment/blob/master/docs/docker-compose-deployment.md" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-deployment/blob/master/docs/docker-compose-deployment.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;# You may wish to limit container memory and assign a certain percentage to JVM. There are couple of ways to allocate JVM Memory for ACS Containers&lt;BR /&gt;# For example: 'JAVA_OPTS: "$JAVA_OPTS -XX:+PrintFlagsFinal -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap"'&lt;BR /&gt;# If container memory is not explicitly set, then the above flags will default max heap to 1/4th of container's memory.&lt;BR /&gt;version: "3.5"&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;image: alfresco/alfresco-content-repository:6.2.0&lt;BR /&gt;#image: quay.io/alfresco/alfresco-governance-repository-enterprise:3.2.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1700M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco&lt;BR /&gt;-Dsolr.host=solr6&lt;BR /&gt;-Dsolr.port=8983&lt;BR /&gt;-Dsolr.secureComms=none&lt;BR /&gt;-Dsolr.base.url=/solr&lt;BR /&gt;-Dindex.subsystem.name=solr6&lt;BR /&gt;-Dshare.host=127.0.0.1&lt;BR /&gt;-Dshare.port=8080&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&lt;BR /&gt;-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos&lt;BR /&gt;-Dmessaging.broker.url=\"failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"&lt;BR /&gt;-Ddeployment.method=DOCKER_COMPOSE&lt;BR /&gt;-Dtransform.service.enabled=true&lt;BR /&gt;-Dtransform.service.url=http://transform-router:8095&lt;BR /&gt;-Dsfs.url=http://shared-file-store:8099/&lt;BR /&gt;-Dlocal.transform.service.enabled=true&lt;BR /&gt;-DlocalTransform.pdfrenderer.url=http://alfresco-pdf-renderer:8090/&lt;BR /&gt;-DlocalTransform.imagemagick.url=http://imagemagick:8090/&lt;BR /&gt;-DlocalTransform.libreoffice.url=http://libreoffice:8090/&lt;BR /&gt;-DlocalTransform.tika.url=http://tika:8090/&lt;BR /&gt;-DlocalTransform.misc.url=http://transform-misc:8090/&lt;BR /&gt;\&lt;BR /&gt;-Dlegacy.transform.service.enabled=true&lt;BR /&gt;-Dalfresco-pdf-renderer.url=http://alfresco-pdf-renderer:8090/&lt;BR /&gt;-Djodconverter.url=http://libreoffice:8090/&lt;BR /&gt;-Dimg.url=http://imagemagick:8090/&lt;BR /&gt;-Dtika.url=http://tika:8090/&lt;BR /&gt;-Dtransform.misc.url=http://transform-misc:8090/&lt;BR /&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Ddsync.service.uris=http://localhost:9090/alfresco&lt;BR /&gt;-DtrialUid=id12320769&lt;BR /&gt;-Xms1500m&lt;BR /&gt;-Xmx1500m&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;transform-router:&lt;BR /&gt;image: quay.io/alfresco/alfresco-transform-router:1.1.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 512M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;IMAGEMAGICK_URL: "http://imagemagick:8090"&lt;BR /&gt;PDF_RENDERER_URL: "http://alfresco-pdf-renderer:8090"&lt;BR /&gt;LIBREOFFICE_URL: "http://libreoffice:8090"&lt;BR /&gt;TIKA_URL: "http://tika:8090"&lt;BR /&gt;MISC_URL: "http://transform-misc:8090"&lt;BR /&gt;FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"&lt;BR /&gt;ports:&lt;BR /&gt;- 8095:8095&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;alfresco-pdf-renderer:&lt;BR /&gt;image: alfresco/alfresco-pdf-renderer:2.1.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"&lt;BR /&gt;ports:&lt;BR /&gt;- 8090:8090&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;imagemagick:&lt;BR /&gt;image: alfresco/alfresco-imagemagick:2.1.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"&lt;BR /&gt;ports:&lt;BR /&gt;- 8091:8090&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;libreoffice:&lt;BR /&gt;image: alfresco/alfresco-libreoffice:2.1.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"&lt;BR /&gt;ports:&lt;BR /&gt;- 8092:8090&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;tika:&lt;BR /&gt;image: alfresco/alfresco-tika:2.1.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"&lt;BR /&gt;ports:&lt;BR /&gt;- 8093:8090&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;transform-misc:&lt;BR /&gt;image: alfresco/alfresco-transform-misc:2.1.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;ACTIVEMQ_URL: "nio://activemq:61616"&lt;BR /&gt;FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"&lt;BR /&gt;ports:&lt;BR /&gt;- 8094:8090&lt;BR /&gt;links:&lt;BR /&gt;- activemq&lt;/P&gt;&lt;P&gt;shared-file-store:&lt;BR /&gt;image: alfresco/alfresco-shared-file-store:0.5.3&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 512M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx512m"&lt;BR /&gt;scheduler.content.age.millis: 86400000&lt;BR /&gt;scheduler.cleanup.interval: 86400000&lt;BR /&gt;ports:&lt;BR /&gt;- 8099:8099&lt;BR /&gt;volumes:&lt;BR /&gt;- shared-file-store-volume:/tmp/Alfresco/sfs&lt;/P&gt;&lt;P&gt;share:&lt;BR /&gt;image: alfresco/alfresco-share:6.2.0&lt;BR /&gt;#image: quay.io/alfresco/alfresco-governance-share-enterprise:3.3.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;environment:&lt;BR /&gt;REPO_HOST: "alfresco"&lt;BR /&gt;REPO_PORT: "8080"&lt;BR /&gt;JAVA_OPTS: " -Xms500m -Xmx500m -Dalfresco.host=localhost -Dalfresco.port=8080 -Dalfresco.context=alfresco -Dalfresco.protocol=http "&lt;/P&gt;&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:11.4&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 512M&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG&lt;BR /&gt;ports:&lt;BR /&gt;- 5432:5432&lt;/P&gt;&lt;P&gt;solr6:&lt;BR /&gt;image: alfresco/alfresco-search-services:1.4.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 2000M&lt;BR /&gt;environment:&lt;BR /&gt;#Solr needs to know how to register itself with Alfresco&lt;BR /&gt;- SOLR_ALFRESCO_HOST=alfresco&lt;BR /&gt;- SOLR_ALFRESCO_PORT=8080&lt;BR /&gt;#Alfresco needs to know how to call solr&lt;BR /&gt;- SOLR_SOLR_HOST=solr6&lt;BR /&gt;- SOLR_SOLR_PORT=8983&lt;BR /&gt;#Create the default alfresco and archive cores&lt;BR /&gt;- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive&lt;BR /&gt;#HTTP by default&lt;BR /&gt;- ALFRESCO_SECURE_COMMS=none&lt;BR /&gt;- "SOLR_JAVA_MEM=-Xms2g -Xmx2g"&lt;BR /&gt;ports:&lt;BR /&gt;- 8083:8983 #Browser port&lt;/P&gt;&lt;P&gt;activemq:&lt;BR /&gt;image: alfresco/alfresco-activemq:5.15.8&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;ports:&lt;BR /&gt;- 8161:8161 # Web Console&lt;BR /&gt;- 5672:5672 # AMQP&lt;BR /&gt;- 61616:61616 # OpenWire&lt;BR /&gt;- 61613:61613 # STOMP&lt;/P&gt;&lt;P&gt;digital-workspace:&lt;BR /&gt;image: quay.io/alfresco/alfresco-digital-workspace:1.2.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 128M&lt;BR /&gt;environment:&lt;BR /&gt;BASE_PATH: ./&lt;/P&gt;&lt;P&gt;proxy:&lt;BR /&gt;image: alfresco/alfresco-acs-nginx:3.0.1&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 128M&lt;BR /&gt;depends_on:&lt;BR /&gt;- alfresco&lt;BR /&gt;- digital-workspace&lt;BR /&gt;ports:&lt;BR /&gt;- 8080:8080&lt;BR /&gt;links:&lt;BR /&gt;- digital-workspace&lt;BR /&gt;- alfresco&lt;BR /&gt;- share&lt;/P&gt;&lt;P&gt;sync-service:&lt;BR /&gt;image: quay.io/alfresco/service-sync:3.2.0&lt;BR /&gt;deploy:&lt;BR /&gt;resources:&lt;BR /&gt;limits:&lt;BR /&gt;memory: 1000M&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Dsql.db.driver=org.postgresql.Driver -Dsql.db.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco -Dsql.db.username=alfresco -Dsql.db.password=alfresco -Dmessaging.broker.host=activemq -Drepo.hostname=alfresco -Drepo.port=8080 -Ddw.server.applicationConnectors[0].type=http -Xms1000m -Xmx1000m "&lt;/P&gt;&lt;P&gt;ports:&lt;BR /&gt;- 9090:9090&lt;/P&gt;&lt;P&gt;volumes:&lt;BR /&gt;shared-file-store-volume:&lt;BR /&gt;driver_opts:&lt;BR /&gt;type: tmpfs&lt;BR /&gt;device: tmpfs&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 09:49:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/install-alfresco-governance-enterprise-to-trial-version-alfresco/m-p/85884#M26018</guid>
      <dc:creator>jakabko</dc:creator>
      <dc:date>2019-12-05T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: install alfresco governance enterprise to trial version Alfresco Enterprice Edition 6.2.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/install-alfresco-governance-enterprise-to-trial-version-alfresco/m-p/85885#M26019</link>
      <description>&lt;P&gt;You need credentials in "quay.io" to use Enterprise Docker Images.&lt;/P&gt;
&lt;P&gt;You can ask for them in Partnership Program.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 12:48:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/install-alfresco-governance-enterprise-to-trial-version-alfresco/m-p/85885#M26019</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-12-05T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: install alfresco governance enterprise to trial version Alfresco Enterprice Edition 6.2.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/install-alfresco-governance-enterprise-to-trial-version-alfresco/m-p/85886#M26020</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We used docker login and password from email whit&amp;nbsp;&lt;SPAN&gt;Installation Instructions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;These images cannot be installed:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;image: quay.io/alfresco/alfresco-governance-repository-enterprise:3.2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;image: quay.io/alfresco/alfresco-governance-share-enterprise:3.2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;These images is ok:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;image: quay.io/alfresco/service-sync:3.2.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;image: quay.io/alfresco/alfresco-transform-router:1.1.0&lt;/P&gt;&lt;P&gt;image: quay.io/alfresco/alfresco-digital-workspace:1.2.0&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 14:21:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/install-alfresco-governance-enterprise-to-trial-version-alfresco/m-p/85886#M26020</guid>
      <dc:creator>jakabko</dc:creator>
      <dc:date>2019-12-05T14:21:47Z</dc:date>
    </item>
  </channel>
</rss>

