dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26632
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 879: Typo
------------------------------------------------------------
revno: 879
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sun 2013-12-08 23:08:00 +0100
message:
Typo
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-12-08 10:58:40 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml 2013-12-08 22:08:00 +0000
@@ -141,13 +141,14 @@
</section>
<section>
<title>Install Tomcat and DHIS2</title>
- <para>To install Tomcat, which is the servlet container serving the DHIS 2 WAR file, we will
- use the Tomcat user package like this:</para>
+ <para>To install the Tomcat servlet container we will utilize the Tomcat user package by
+ invoking:</para>
<screen>sudo apt-get install tomcat7-user</screen>
- <para>This lets us easily create a new Tomcat instance. The instance will be created in the
- current directory. An appropriate location is the home directory of the dhis user:</para>
+ <para>This package lets us easily create a new Tomcat instance. The instance will be created
+ in the current directory. An appropriate location is the home directory of the dhis
+ user:</para>
<screen>tomcat7-instance-create tomcat-dhis</screen>
- <para>This will create an instance in a directory calleed <emphasis role="italic"
+ <para>This will create an instance in a directory called <emphasis role="italic"
>tomcat-dhis</emphasis>. Note that the tomcat7-user package allows for creating any number
of dhis instances if that is desired.</para>
<para>Next edit the file <emphasis role="italic">tomcat-dhis/bin/setenv.sh</emphasis> and add