← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 958
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-02-11 18:17:42 +0100
message:
  Minor
modified:
  src/docbkx/en/dhis2_implementation_guide_installation.xml
  src/docbkx/en/dhis2_user_man_web_api.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-23 09:16:02 +0000
+++ src/docbkx/en/dhis2_implementation_guide_installation.xml	2014-02-11 17:17:42 +0000
@@ -63,6 +63,8 @@
       <screen>kernel.shmmax = 4294967296
 net.core.rmem_max = 8388608
 net.core.wmem_max = 8388608</screen>
+      <para>Load the settings like this:</para>
+      <screen>sudo sysctl -p</screen>
     </section>
     <section>
       <title>Setting the server time</title>

=== modified file 'src/docbkx/en/dhis2_user_man_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml	2014-02-09 14:19:13 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-02-11 17:17:42 +0000
@@ -593,6 +593,8 @@
       together with the identifier(s) of the attribute option(s) which the value represents within
       the combination. An example looks like this:</para>
     <screen>curl "http://apps.dhis2.org/demo/api/dataValues?de=s46m5MS0hxu&amp;ou=DiszpKrYNg8&amp;pe=201308&amp;cc=dzjKKQq0cSO&amp;cp=wbrDrL2aYEc;btOyqprQ9e8&amp;value=26"; -X POST -u admin:district -v</screen>
+      <para>You can delete data values with a request using the <emphasis role="italic"
+          >DELETE</emphasis> method.</para>
   </section>
   <section>
     <title>Reading data values</title>