[doc] Add warning on INSTALL file about how to create database structure
FEA: ItEr75S03CommunityMaterial
This commit is contained in:
parent
e54a44fe50
commit
f159566af8
1 changed files with 18 additions and 0 deletions
18
INSTALL
18
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue