diff --git a/INSTALL b/INSTALL index 3f167f4f5..da516cc69 100644 --- a/INSTALL +++ b/INSTALL @@ -79,6 +79,15 @@ Debian/Ubuntu $ psql -h localhost -U libreplan -W libreplan < install.sql + .. WARNING:: + + It is very important to execute the previous command specifiying + ``libreplan`` user (as you can see in the ``-U`` option). Otherwise your + LibrePlan installation is not going to start properly and you could find in + your log files something like that:: + + JDBCExceptionReporter - ERROR: permission denied for relation entity_sequence + * Download ``.war`` file from SourceForge.net:: $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.0.war @@ -186,6 +195,15 @@ openSUSE $ psql -h localhost -U libreplan -W libreplan < install.sql + .. WARNING:: + + It is very important to execute the previous command specifiying + ``libreplan`` user (as you can see in the ``-U`` option). Otherwise your + LibrePlan installation is not going to start properly and you could find in + your log files something like that:: + + JDBCExceptionReporter - ERROR: permission denied for relation entity_sequence + * Download ``.war`` file from SourceForge.net:: $ wget -O libreplan.war http://downloads.sourceforge.net/project/libreplan/LibrePlan/libreplan_1.2.0.war