arlos,
the debian installer described here
http://wiki.idempiere.org/en/IDempiere_Debian_Installerand downloaded from here
http://ci.idempiere.org/job/iDempiere2.1Daily/ws/buckminster.output/org.adempiere.server_2.1.0-eclipse.feature/idempiere.gtk.linux.x86_64.debdoes not work with postgres 9.4 on jessie.
The control file in the deb package does not know postgresql-9.4.
I unpacked the deb package and replaced this line, adding postgesql-9.4 like this, and rebuilt it:
Pre-Depends: openjdk-7-jdk|openjdk-6-jdk, postgresql-9.4|postgresql-9.3|postgresql-9.2|postgresql-9.1, postgresql-contrib, adduser
Now the installation starts fine, outputs two lines, and exits without error. The last output says:
"idempiere (2.1) wird eingerichtet ..."
But - there's nothing installed, no files copied, no user 'idempiere' added, and so on.
Maybe the dependency postgres 9.4 needs to be declared in the package somewhere else?
I would have filed a bug report, but apparently the ticketing system here is for the developers only?
https://idempiere.atlassian.net/Thanks,
V