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.
tomcat/webapps/alfresco/WEB-INF/lib should be the target directory for the JDBC JAR file.
Could you tell me the exact name of the jar file?
If you are using Postgres as database, the JAR file is provided by default. In the path I provided before.
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
You don't need additional operations. The file is provided with default ZIP Distribution file and it's unzipped to the right folder.
@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.
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.
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 ?
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.