by Pascal Molli - (no comment)
In order to use the Libresource installer you have to install a jdk (>1.4) and postgres (>7.4).I did the installation on my Ubuntu as following:I used synaptic to install postres 7.4Once postgres installed, you have to:
- edit the /etc/postgresql/7.4/main/pg_hba.conf. Libresource connects to postgres with the postgres JDBC driver. This driver uses tcp/ip connection. So postgres
# TYPE DATABASE USER IP-ADDRESS IP-MASK METHODlocal all all ident sameuserhost all all 127.0.0.1 255.255.255.255 trust host all all 127.0.0.1 255.255.255.255 md5
- IPv4-style local connections:
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff md5
- IPv6-style local connections: