=== 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 @@ kernel.shmmax = 4294967296 net.core.rmem_max = 8388608 net.core.wmem_max = 8388608 + Load the settings like this: + sudo sysctl -p
Setting the server time === 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: curl "http://apps.dhis2.org/demo/api/dataValues?de=s46m5MS0hxu&ou=DiszpKrYNg8&pe=201308&cc=dzjKKQq0cSO&cp=wbrDrL2aYEc;btOyqprQ9e8&value=26" -X POST -u admin:district -v + You can delete data values with a request using the DELETE method.
Reading data values