dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10836
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2979: DHIS2+Postgresql Installer: 1) Updated Installer README and License file. 2) Make Java install si...
------------------------------------------------------------
revno: 2979
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2011-03-06 11:06:56 +0100
message:
DHIS2+Postgresql Installer: 1) Updated Installer README and License file. 2) Make Java install silently.
modified:
dhis2-live-installer/resources/files/Licence.txt
dhis2-live-installer/resources/files/Readme.txt
dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml
--
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/files/Licence.txt'
--- dhis2-live-installer/resources/files/Licence.txt 2010-03-02 06:52:28 +0000
+++ dhis2-live-installer/resources/files/Licence.txt 2011-03-06 10:06:56 +0000
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2010, University of Oslo. All rights reserved.
+Copyright (c) 2004-2011, University of Oslo. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
=== modified file 'dhis2-live-installer/resources/files/Readme.txt'
--- dhis2-live-installer/resources/files/Readme.txt 2010-09-21 17:57:03 +0000
+++ dhis2-live-installer/resources/files/Readme.txt 2011-03-06 10:06:56 +0000
@@ -1,22 +1,19 @@
-Welcome to the DHIS2 Installer!
-
-Thanks for installing DHIS2. In order to get the system up and running, you will need
-to be sure you have a a few other packages installed before you install DHIS2.
-
- o A recent Java Runtime Environment (JRE) for your system.
- You can download a copy here (http://www.java.com/en/download/manual.jsp)
- o A recent version of one of the following browsers:
- Opera http://www.opera.com
- Google Chrome http://www.google.com/chrome
- Mozilla Firefox http://www.mozilla.com/firefox/
- o A recent version of Microsoft Office Excel or Open Office Calc
- (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/)
- 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
- system for installation details.
-
+Welcome to the DHIS 2!
+
+Thanks for installing DHIS 2. To fully utilize the software, you may need to
+install a few additional packages.
+
+o A WC3 compliant browser should be installed in order to ensure full compatibility with DHIS 2.
+- Google Chrome: http://www.google.com/chrome
+- Mozilla: http://www.mozilla.com/
+- Opera: http://www.opera.com/
+
+o A recent version of Microsoft Office Excel or Open Office Calc
+(http://www.openoffice.org/) in order to utilize the Excel Report module,
+or analyze data in PivotTables.
+o 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/)
+o To find out more about DHIS 2, please visit the DHIS 2 home page at http://www.dhis2.org/
+o Why not join the DHIS 2 users mailing list? Just head over to https://launchpad.net/~dhis2-users.
+
=== modified file 'dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml'
--- dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml 2011-03-06 09:36:34 +0000
+++ dhis2-live-installer/src/bitrock/DHIS2_pginstaller.xml 2011-03-06 10:06:56 +0000
@@ -267,7 +267,7 @@
<runProgram>
<explanation>Installing Java Runtime Enviornment</explanation>
<program>jre-6u24-windows-i586-s.exe</program>
- <programArguments></programArguments>
+ <programArguments>/s /v</programArguments>
<progressText>Installing Java Runtime Enviornment</progressText>
<workingDirectory>${installdir}\tmp\</workingDirectory>
</runProgram>