← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1098: Minor

 

------------------------------------------------------------
revno: 1098
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2014-06-05 19:40:46 +0200
message:
  Minor
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	2014-06-05 17:29:58 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml	2014-06-05 17:40:46 +0000
@@ -447,12 +447,12 @@
     <section>
       <title>App setup with nginx</title>
       <para>DHIS 2 supports installation of apps. To avoid having to re-install your apps every time
-        you update and replace DHIS 2, it is beneficial to deploy apps on the server file system
-        outside the DHIS 2 webapp directory. To install apps directly in nginx you can follow the
-        following steps. First create a directory which will be used as the app installation
+        you update and replace the DHIS 2 WAR file it is beneficial to deploy apps on the server
+        file system outside the DHIS 2 webapp directory. To install apps directly in nginx you can
+        follow these steps. First create a directory which will be used as the app installation
         folder.</para>
       <screen>sudo mkdir /usr/share/nginx/apps</screen>
-      <para>Make sure that the directory is owned by the user which runs Tomcat, in order to allow
+      <para>Make sure that the directory is owned by the user which runs Tomcat in order to allow
         the Tomcat process to save apps to this directory when they are uploaded. If the user
         running Tomcat is <emphasis role="italic">dhis</emphasis> you can use the below
         command.</para>
@@ -470,11 +470,12 @@
 }  </screen>
       <para>Finally navigate to the app configuration screen in your DHIS 2 instance by going to App
         management > Settings and adjust the settings accordingly.</para>
-      <para>The app installation folder should point to the path on the server file system to the
-        base directory:</para>
+      <para>The <emphasis role="italic">app installation folder</emphasis> should point to the base
+        directory path on the server file system:</para>
       <screen>/usr/share/nginx/apps</screen>
-      <para>The app base URL should point to the URL where DHIS 2 can find the apps. Replace
-        www.domain.com with your real domain and according to how you have deployed DHIS 2.</para>
+      <para>The <emphasis role="italic">app base URL</emphasis> should point to the URL where DHIS 2
+        can find the apps. Replace www.domain.com with your real domain name and according to how
+        you have deployed DHIS 2.</para>
       <screen>http://www.domain.com/apps</screen>
       <para>You should now be ready to upload apps from the App management screen. Remember to
         reload the nginx configuration. </para>