[doc] Add warning on INSTALL file about how to create database structure

FEA: ItEr75S03CommunityMaterial
This commit is contained in:
Manuel Rego Casasnovas 2011-12-23 13:59:11 +01:00
parent e54a44fe50
commit f159566af8

18
INSTALL
View file

@ -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