Re: [Dhis2-devs] Assigning an Org. Unit Group to a Org. Unit with the API

2015-05-02 Thread Jason Pickering
Hi Jose, I think this was discussed recently here https://www.mail-archive.com/dhis2-devs@lists.launchpad.net/msg35136.html Regards, Jason On Sun, May 3, 2015 at 1:45 AM, Jose Garcia Muñoz wrote: > > Hi devs, > > So, I am trying to do it in one step (create the org.unit + assign one > org. u

[Dhis2-devs] Assigning an Org. Unit Group to a Org. Unit with the API

2015-05-02 Thread Jose Garcia Muñoz
Hi devs, So, I am trying to do it in one step (create the org.unit + assign one org. unit group) using the following API call: http://localhost:8080/dhis/api/organisationUnits and the payload: { "name":"The name", "shortName":"Short name", "parent":{ "id":"wSkI02omzoJ" }, "openingDate":"2015-03

[Dhis2-devs] DHIS2, Docker and Cloud Deployment in a few steps... and free of charge

2015-05-02 Thread Paulo Grácio
Hi all, Today I have added a new section "Using tutum for DHIS2 containers cloud deployment" if it's somehow interesting to you please have a look. https://github.com/pgracio/dhis2-docker Final result is available here: http://web.dhis2.pgracio.svc.tutum.io:8080/ This is still a draft version

[Dhis2-devs] new tutorial: analysing postgresql logs using pgbadger

2015-05-02 Thread Lars Helge Øverland
Hi, we have a new tutorial on analysing postgresql logs using pgbadger: https://www.dhis2.org/analysing-postgresql-logs-using-pgbadger Database log monitoring has become increasingly important for system admins now that DHIS 2 has started to scale to global systems. Lars