dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07598
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2189: Changed name of default database in hibernate.properties
------------------------------------------------------------
revno: 2189
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Tue 2010-09-21 19:57:03 +0200
message:
Changed name of default database in hibernate.properties
modified:
dhis2-live-installer/resources/conf/hibernate.properties
dhis2-live-installer/resources/files/Readme.txt
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis2-live-installer/resources/conf/hibernate.properties'
--- dhis2-live-installer/resources/conf/hibernate.properties 2010-03-02 06:52:28 +0000
+++ dhis2-live-installer/resources/conf/hibernate.properties 2010-09-21 17:57:03 +0000
@@ -3,7 +3,7 @@
hibernate.dialect = org.hisp.dhis.dialect.H2Dialect
hibernate.connection.driver_class = org.h2.Driver
-hibernate.connection.url = jdbc:h2:./database/dhis2;AUTO_SERVER=TRUE
+hibernate.connection.url = jdbc:h2:./database/demo;AUTO_SERVER=TRUE
hibernate.connection.username = sa
hibernate.connection.password =
=== modified file 'dhis2-live-installer/resources/files/Readme.txt'
--- dhis2-live-installer/resources/files/Readme.txt 2010-09-18 18:32:22 +0000
+++ dhis2-live-installer/resources/files/Readme.txt 2010-09-21 17:57:03 +0000
@@ -13,8 +13,8 @@
(http://www.openoffice.org/) in order to utilize the Excel Report module,
or analyze data in PivotTables.
o (Optional) If you want to view the PDF version of the documentation,
- a recent version of the Adobe Acrobat reader, or other program capable of
- reading PDF documents. Acrobat Reader can be downloaded free of charge from (http://get.adobe.com/reader/)
+ a recent version of the Adobe Acrobat reader, or other program capable of reading PDF
+ documents. Acrobat Reader can be downloaded free of charge from (http://get.adobe.com/reader/)
o This package is installed by default with the H2 embedded database.
DHIS2 is capable of running with other database systems, such as Postgresql or MySQL.
Please consult the user documentation if you wish to run DHIS2 with another database