dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07545
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2166: Fixed typo
------------------------------------------------------------
revno: 2166
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Sat 2010-09-18 20:32:22 +0200
message:
Fixed typo
modified:
dhis2-live-installer/INSTALLER-README.txt
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/INSTALLER-README.txt'
--- dhis2-live-installer/INSTALLER-README.txt 2010-09-18 18:22:57 +0000
+++ dhis2-live-installer/INSTALLER-README.txt 2010-09-18 18:32:22 +0000
@@ -9,22 +9,22 @@
There are two installers here. The first and most up to date is the BitRock installer.
Along with the build script included with this package, it will build a Windows
-exectutable. The second installer is based on IZPack and may be more appropriate
+executable. The second installer is based on IZPack and may be more appropriate
for those that need a relatively simply build process, without having Maven installed.
-It is reccomended to use the BitRock installer, but I have included both here.
+It is recommended to use the BitRock installer, but I have included both here.
BitRock installer notes
You should be able to execute the build script from essentially anywhere on your system.
-It is critical that you set all of the enviornment variables to the correct paths in your system.
-Modify the enviornment variables in the build.sh script to suit your needs.
+It is critical that you set all of the environment variables to the correct paths in your system.
+Modify the environment variables in the build.sh script to suit your needs.
There are several variables that you will need to set.
Here are some examples, modify them in the script to suit your local system.
-1) This varible should point to your local copy of the JDK.
+1) This variable should point to your local copy of the JDK.
JAVA_HOME=/usr/local/java/jdk1.6.0_10/
2) Be sure that maven is accessible in your path.
PATH=$PATH:/home/wheel/apache-maven-2.2.1/bin/
@@ -62,11 +62,11 @@
There are a number of different installers that will be generated for different purposes.
1)DHIS2 Windows Live
-This version of the installer is appropriate for Microsoft Windows with a preexisting JRE.
+This version of the installer is appropriate for Microsoft Windows with a pre-existing JRE.
2) DHIS2 Windows Embedded JRE
-This version of the installer will include a prepacked JRE (Java Runtime Edition) with the installer.
-This version therefore will not require a user to have Java preinstalled on their machine, but will
-incease the size of the installer by about 30 MB. Place a copy of the JRE in the /resources/jre/jre6 folder.
+This version of the installer will include a pre-packed JRE (Java Runtime Edition) with the installer.
+This version therefore will not require a user to have Java pre-installed on their machine, but will
+increase the size of the installer by about 30 MB. Place a copy of the JRE in the /resources/jre/jre6 folder.
You will now enter into a rather lengthy
@@ -80,7 +80,7 @@
Basically, you will need to populate some different directories with prerequisites.
-1) Put everything you need for postgres in the postgres directory.This usually involves unzipping that installer on the Postgres website.
+1) Put everything you need for PostgreSQL in the postgres directory.This usually involves unzipping that installer on the PostgreSQL website.
2) Put an offline version of Java (to be sure you have a recent version) in the /java directory. Be sure that the file name matches that in the install.xml file
3) Put the dhis2_user_manual_en.pdf from the documentation branch into the /docs directory
4) Change the hibernate.properties file to set your needs.
=== modified file 'dhis2-live-installer/resources/files/Readme.txt'
--- dhis2-live-installer/resources/files/Readme.txt 2010-03-02 06:52:28 +0000
+++ dhis2-live-installer/resources/files/Readme.txt 2010-09-18 18:32:22 +0000
@@ -3,21 +3,20 @@
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 Enviornment (JRE) for your system.
+ 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 utlize the Excel Report module,
+ (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 embdedded database.
+ 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 doucmentation if you wish to run DHIS2 with another database
+ Please consult the user documentation if you wish to run DHIS2 with another database
system for installation details.
-
\ No newline at end of file