Setting up an Ohmage Json Server

Hello ODKers,

You are well?
I am running ODK Aggregate 1.5 working of a Forestry project. The envisioned workflow is once data is collected from Android devices and sent to the Aggregate server it's pushed to a Jason server for further processing.
I am running the Aggregate server on CentOs 7 but the only documentation on Ohmage installation I came across is on Debian.
Any one with experience setting up this server in rpm? Would a MEAN server be an option?

Asante
Paul

I don't think the ohmage project is alive, so I wouldn't use that. Instead, use the JSON publisher. https://github.com/opendatakit/opendatakit/wiki/Aggregate-Publishers-Implementation-Details#simple-json-publisher describes the data that your endpoint should expect.

@yanokwa,
Thanks this is good information. Let me check it out. Will let all of you know how it goes