← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2993: Added a readme file to show at the end of the installation process for the generic installer

 

------------------------------------------------------------
revno: 2993
committer: Bjørnar Valbø <heia@xxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-03-09 22:57:58 +0100
message:
  Added a readme file to show at the end of the installation process for the generic installer
added:
  dhis2-live-installer/resources/files/Readme_generic.txt
modified:
  dhis2-live-installer/src/bitrock/DHIS2_pginstaller_generic.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
=== added file 'dhis2-live-installer/resources/files/Readme_generic.txt'
--- dhis2-live-installer/resources/files/Readme_generic.txt	1970-01-01 00:00:00 +0000
+++ dhis2-live-installer/resources/files/Readme_generic.txt	2011-03-09 21:57:58 +0000
@@ -0,0 +1,13 @@
+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 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_generic.xml'
--- dhis2-live-installer/src/bitrock/DHIS2_pginstaller_generic.xml	2011-03-09 20:21:25 +0000
+++ dhis2-live-installer/src/bitrock/DHIS2_pginstaller_generic.xml	2011-03-09 21:57:58 +0000
@@ -208,6 +208,16 @@
                 </passwordParameter>
             </parameterList>
             <postInstallationActionList>
+                <substitute>
+                    <files>${installdir}\tmp\restore_db_psql.bat</files>
+                    <type>regexp</type>
+                    <substitutionList>
+                        <substitution>
+                            <pattern>PG_PASSWORD</pattern>
+                            <value>${pg_password}</value>
+                        </substitution>
+                    </substitutionList>
+                </substitute>
                 <runProgram>
                     <explanation>Installing PostgreSQL</explanation>
                     <program>postgresql*.exe</program>