------------------------------------------------------------
revno: 721
committer: Lars Helge Ă˜verland <larshe...@gmail.com>
branch nick: dhis2-docbook-docs
timestamp: Sat 2013-04-06 20:01:02 +0200
message:
  Docs, installation. Updated step for downloading WAR file. Set up a DNS 
redirect from stable.dhis2.org to the latest stable release.
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-04-03 16:39:50 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml	2013-04-06 18:01:02 +0000
@@ -105,8 +105,17 @@
     invoke <code>chmod 0600 hibernate.properties</code> which ensures that only the dhis user which owns the
     file is allowed to read or write to it.</para>
     <para><emphasis role="bold">Install Tomcat</emphasis></para>
-    <para>Download the Tomcat binary distribution from  <emphasis role="italic">http://tomcat.apache.org/download-70.cgi</emphasis> A useful tool for downloading files from the web is <emphasis role="italic">wget</emphasis>. Extract to a convenient location. This guide assumes that you have navigated to the root directory of the extracted archive.</para>
-    <para>Clear the pre-installed web applications by invoking <code>rm -rf webapps/*</code> Download the latest DHIS 2 WAR file from <emphasis role="italic">http://dhis2.org/download</emphasis>, move it to the <emphasis role="italic">webapps</emphasis> directory and rename it to <emphasis role="italic">ROOT.war</emphasis></para>
+    <para>Download the Tomcat binary distribution from <emphasis role="italic"
+        >http://tomcat.apache.org/download-70.cgi</emphasis> A useful tool for downloading files
+      from the web is <emphasis role="italic">wget</emphasis>. Extract to a convenient location.
+      This guide assumes that you have navigated to the root directory of the extracted archive.
+      Download the latest stable DHIS WAR file by invoking:</para>
+    <para>
+      <screen>wget stable.dhis2.org</screen>
+    </para>
+    <para>Clear the pre-installed web applications by invoking <code>rm -rf webapps/*</code> Move
+      the DHIS WAR file to the <emphasis role="italic">webapps</emphasis> directory and rename it to
+        <emphasis role="italic">ROOT.war</emphasis>. </para>
     <para>Create a file <emphasis role="italic">bin/setenv.sh</emphasis> and add the lines below.
       The first will set the location of your Java Runtime Environment, the second will dedicate
       memory to Tomcat and the third will set the location for where DHIS 2 will search for the

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to