← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 754: Specifying that postgres 9 or higher is required

 

------------------------------------------------------------
revno: 754
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Wed 2013-06-05 18:28:51 +0200
message:
  Specifying that postgres 9 or higher is required
modified:
  src/docbkx/en/dhis2_implementation_guide_installation.xml


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'src/docbkx/en/dhis2_implementation_guide_installation.xml'
--- src/docbkx/en/dhis2_implementation_guide_installation.xml	2013-05-01 10:03:20 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml	2013-06-05 16:28:51 +0000
@@ -3,7 +3,11 @@
 <chapter>
   <title>Installation</title>
   <para>The installation chapter provides information on how to install DHIS 2 in various contexts, including online central server, offline local network, standalone application and self-contained package called DHIS 2 Live.</para>
-  <para>DHIS 2 runs on all platforms for which there exists a Java Runtime Environment version 6 or higher, which includes most popular operating systems such as Windows, Linux and Mac. DHIS 2 also runs on many relational database systems such as PostgreSQL, MySQL, H2 and Derby. DHIS 2 is packaged as a standard Java Web Archive (WAR-file) and thus runs on any Servlet containers such as Tomcat and Jetty.</para>
+  <para>DHIS 2 runs on all platforms for which there exists a Java Runtime Environment (version 6 or
+    higher, 7 is recommended), which includes most popular operating systems such as Windows, Linux
+    and Mac. DHIS 2 also runs on many relational database systems such as PostgreSQL (version 9.0 or
+    higher, 9.2 is recommended), MySQL, H2 and Derby. DHIS 2 is packaged as a standard Java Web
+    Archive (WAR-file) and thus runs on any Servlet containers such as Tomcat and Jetty.</para>
   <para>The DHIS 2 team recommends Ubuntu 12.04 LTS operating system, PostgreSQL database system and
     Tomcat Servlet container as the preferred environment for server installations. The mentioned
     frameworks can be regarded as market leaders within their domain and is heavily field tested