<?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: The problem with alfresco installation in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/the-problem-with-alfresco-installation/m-p/137365#M36847</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I don't know if you are expecting this problem anymore, but related to this:&lt;/P&gt;&lt;PRE&gt;[root@localhost admin]# sudo yum install pgadmin4 -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.corbina.net
* extras: mirror.yandex.ru
* updates: mirror.sale-dedic.com
No package pgadmin4 available.
Error: Nothing to do&lt;/PRE&gt;&lt;P&gt;Check &lt;A href="https://stackoverflow.com/questions/38174121/install-pgadmin4-with-yum" target="_self" rel="nofollow noopener noreferrer"&gt;this thread&lt;/A&gt;. You need to add a specific yum repository before to launch that command.&lt;/P&gt;&lt;P&gt;Try it and let us know!&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 15:01:45 GMT</pubDate>
    <dc:creator>cristinamr</dc:creator>
    <dc:date>2021-06-25T15:01:45Z</dc:date>
    <item>
      <title>The problem with alfresco installation</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/the-problem-with-alfresco-installation/m-p/137364#M36846</link>
      <description>&lt;P&gt;Hello!I use guide to install alfresco from this site&lt;/P&gt;&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/02/setup-acs62-ga-and-ass14-distribution-stepbystep-centos.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/02/setup-acs62-ga-and-ass14-distribution-stepbystep-centos.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;when i try to install pgadmin using this command&lt;/P&gt;&lt;P&gt;&amp;nbsp;sudo yum install pgadmin4 -y&amp;nbsp;&lt;/P&gt;&lt;P&gt;then an error appears&lt;/P&gt;&lt;P&gt;[root@localhost admin]# sudo yum install pgadmin4 -y&lt;BR /&gt;Loaded plugins: fastestmirror, langpacks&lt;BR /&gt;Loading mirror speeds from cached hostfile&lt;BR /&gt;* base: mirror.corbina.net&lt;BR /&gt;* extras: mirror.yandex.ru&lt;BR /&gt;* updates: mirror.sale-dedic.com&lt;BR /&gt;No package pgadmin4 available.&lt;BR /&gt;Error: Nothing to do&lt;/P&gt;&lt;P&gt;When i use another command to install pgadmin&lt;/P&gt;&lt;P&gt;sudo yum -y instal&amp;nbsp;&lt;A href="https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm" target="_blank" rel="nofollow noopener noreferrer"&gt;ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;yum -y install epel-release policycoreutils-devel&lt;/P&gt;&lt;P&gt;yum -y install pgadmin4-web&lt;/P&gt;&lt;P&gt;sed -i 's/^Listen.*/Listen 81/' /etc/httpd/conf/httpd.conf&lt;/P&gt;&lt;P&gt;systemctl enable --now httpd&lt;/P&gt;&lt;P&gt;firewall-cmd --permanent --add-port=81/tcp&lt;/P&gt;&lt;P&gt;firewall-cmd --reload&lt;/P&gt;&lt;P&gt;/usr/pgadmin4/bin/setup-web.sh&lt;/P&gt;&lt;P&gt;i can install pgadmin and open it in a browser&lt;/P&gt;&lt;P&gt;And when i try to proceed using commands from your guide&lt;/P&gt;&lt;P&gt;sudo cp /etc/httpd/conf.d/pgadmin4.conf.sample /etc/httpd/conf.d/pgadmin4.conf&lt;/P&gt;&lt;P&gt;sudo vim /usr/lib/python3.6/site-packages/pgadmin4-web/config_distro.py&lt;/P&gt;&lt;P&gt;sudo python3 /usr/lib/python3.6/site-packages/pgadmin4-web/setup.py&lt;/P&gt;&lt;P&gt;there are no such files pgadmin4.conf.sample,config_distro.py,setup.py, and folder pgadmin4-web&lt;/P&gt;&lt;P&gt;But pgadmin4.conf is present there.&lt;/P&gt;&lt;P&gt;Why the command&amp;nbsp;sudo yum install pgadmin4 -y can't find pgadmin rpm&lt;/P&gt;&lt;P&gt;and files&amp;nbsp;config_distro.py&amp;nbsp;setup.py&amp;nbsp;pgadmin4.conf.sample&amp;nbsp; and folder&amp;nbsp;pgadmin4-web could not be created when i use commands from your guide ?&lt;/P&gt;&lt;P&gt;I have two version of python installed-3.6 and 2.7&lt;/P&gt;&lt;P&gt;But these files&amp;nbsp; are not in both folders of python.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 08:02:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/the-problem-with-alfresco-installation/m-p/137364#M36846</guid>
      <dc:creator>marat</dc:creator>
      <dc:date>2021-06-17T08:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: The problem with alfresco installation</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/the-problem-with-alfresco-installation/m-p/137365#M36847</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I don't know if you are expecting this problem anymore, but related to this:&lt;/P&gt;&lt;PRE&gt;[root@localhost admin]# sudo yum install pgadmin4 -y
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.corbina.net
* extras: mirror.yandex.ru
* updates: mirror.sale-dedic.com
No package pgadmin4 available.
Error: Nothing to do&lt;/PRE&gt;&lt;P&gt;Check &lt;A href="https://stackoverflow.com/questions/38174121/install-pgadmin4-with-yum" target="_self" rel="nofollow noopener noreferrer"&gt;this thread&lt;/A&gt;. You need to add a specific yum repository before to launch that command.&lt;/P&gt;&lt;P&gt;Try it and let us know!&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 15:01:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/the-problem-with-alfresco-installation/m-p/137365#M36847</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-06-25T15:01:45Z</dc:date>
    </item>
  </channel>
</rss>

