Installing ODK Aggregate 1.0 Beta 2 on a Mac

I'm developing on a Mac, so I thought I'd share the steps I followed to get
an ODK Aggregate 1.0 Beta 2 (plus PostgreSQL and Tomcat) test server running
on OSX 10.6 (Snow Leopard):
https://github.com/mikewillekes/ocRosa/wiki/Open-Data-Kit

Also have run into two bugs/issues:

  • The create_db_and_user.sql script generated by the installer does not
    correctly create the "odk_test" schema.
  • The "+ New Form" button triggers a 404 Error "The requested resource
    (/ui/upload) is not available." Any thoughts?

Thanks,
Mike

hey mike,

i've filed the bugs at

http://code.google.com/p/opendatakit/issues/detail?id=256
http://code.google.com/p/opendatakit/issues/detail?id=257

we'll get to it asap.

ยทยทยท On Sat, Jul 9, 2011 at 09:49, Michael Willekes wrote: > I'm developing on a Mac, so I thought I'd share the steps I followed to get > an ODK Aggregate 1.0 Beta 2 (plus PostgreSQL and Tomcat) test server running > on OSX 10.6 (Snow > Leopard): https://github.com/mikewillekes/ocRosa/wiki/Open-Data-Kit > Also have run into two bugs/issues: > > The create_db_and_user.sql script generated by the installer does not > correctly create the "odk_test" schema. > The "+ New Form" button triggers a 404 Error "The requested resource > (/ui/upload) is not available." Any thoughts? > > Thanks, > Mike