06-08-2021 02:34 AM
Hello!I try to install alfresco manually using this manual
https://docs.alfresco.com/content-services/community/install/zip/tomcat/
Could you tell me the command in ubuntu to copy jdbc driver for the database to the lib directory ?
I don't know where are these drivers located.
06-08-2021 03:38 AM
tomcat/webapps/alfresco/WEB-INF/lib should be the target directory for the JDBC JAR file.
06-08-2021 04:13 AM
Could you tell me the exact name of the jar file?
06-08-2021 05:20 AM
If you are using Postgres as database, the JAR file is provided by default. In the path I provided before.
06-08-2021 05:49 AM
Yes i use postgre.So i should copy the jar file from tomcat/webapps/alfresco/WEB-INF/lib
And where i should copy that file ?I created two folders.
shared/classes directory.
shared/lib directory
06-08-2021 06:25 AM
You don't need additional operations. The file is provided with default ZIP Distribution file and it's unzipped to the right folder.
06-08-2021 10:16 AM
@marat wrote:
Hello!I try to install alfresco manually using this manual
https://docs.alfresco.com/content-services/community/install/zip/tomcat/
Could you tell me the command in ubuntu to copy jdbc driver for the database to the lib directory ?
I don't know where are these drivers located.
Also checkout this post: https://hub.alfresco.com/t5/news-announcements/installing-alfresco-community-6-2-without-docker-or-a...
There are posts to install acs using distribution packages.
06-17-2021 03:48 AM
Hello!Could you help me ?
I use your guide to install alfresco.But when i try to install pgadmin using this command
sudo yum install pgadmin4 -y
then an error appears
[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
When i use another command to install pgadmin
sudo yum -y install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm
yum -y install epel-release policycoreutils-devel
yum -y install pgadmin4-web
sed -i 's/^Listen.*/Listen 81/' /etc/httpd/conf/httpd.conf
systemctl enable --now httpd
firewall-cmd --permanent --add-port=81/tcp
firewall-cmd --reload
/usr/pgadmin4/bin/setup-web.sh
i can install pgadmin and open it in a browser
And when i try to proceed using commands from your guide
sudo cp /etc/httpd/conf.d/pgadmin4.conf.sample /etc/httpd/conf.d/pgadmin4.conf
sudo vim /usr/lib/python3.6/site-packages/pgadmin4-web/config_distro.py
sudo python3 /usr/lib/python3.6/site-packages/pgadmin4-web/setup.py
there are no such files pgadmin4.conf.sample,config_distro.py,setup.py, and folder pgadmin4-web
But pgadmin4.conf is present there.
06-17-2021 03:52 AM
Why the command sudo yum install pgadmin4 -y can't find pgadmin rpm
and files config_distro.py setup.py pgadmin4.conf.sample and folder pgadmin4-web could not be created when i use commands from your guide ?
Explore our Alfresco products with the links below. Use labels to filter content by product module.