Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:czechidm_installation [2020/03/12 09:30]
urbanl [2. JDBC driver installation ​- CentOS7 ​]
tutorial:adm:czechidm_installation [2020/03/12 14:43]
urbanl old revision restored (2020/03/11 11:55)
Line 38: Line 38:
 **CentOS** **CentOS**
  
-Download PostgreSQL JDBC driver from [[https://jdbc.postgresql.org/download.html|official page]]. +Install the package with PostgreSQL JDBC driver:
-In this example we download version 42.2.11.+
  
 <code bash> <code bash>
-wget https://jdbc.postgresql.org/download/postgresql-42.2.11.jar -P /usr/share/java/+yum install -y postgresql-jdbc
 </code> </code>
  
Line 48: Line 47:
  
 <code bash> <code bash>
-ln -s /usr/share/java/postgresql-42.2.11.jar /usr/share/java/postgresql-jdbc.jar+ln -s /usr/share/java/postgresql-jdbc.jar /opt/tomcat/current/lib/
 </code>  </code> 
  
  • by kralikf