ODK Collect Source Code

Hi,

Where can I get the ODK Collect Source Code for Eclipse?

Regards,
Jennifer

The developers site is here: http://code.google.com/p/opendatakit/
and has all the source code for all the tools.

See also http://code.google.com/p/opendatakit/wiki/DevelopmentEnvironment

··· On Fri, Jul 20, 2012 at 7:00 AM, Jennifer Cheong wrote:

Hi,

Where can I get the ODK Collect Source Code for Eclipse?

Regards,
Jennifer

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

I have follow the steps here.
But it did not give the source code.

As I have create an android project but I do not know how to upload to ODK
Collect and submit the results to postgreSQL.

It only say build the form using http://build.opendatakit.org/ , but did
not say using Eclipse.

I need it to upload to ODK collect and collect the results in postgreSQL.

Thanks.

··· On Friday, July 20, 2012 6:07:41 PM UTC+2, Mitch wrote: > > The developers site is here: http://code.google.com/p/opendatakit/ > and has all the source code for all the tools. > > See also http://code.google.com/p/opendatakit/wiki/DevelopmentEnvironment > > On Fri, Jul 20, 2012 at 7:00 AM, Jennifer Cheong wrote: > >> Hi, >> >> Where can I get the ODK Collect Source Code for Eclipse? >> >> Regards, >> Jennifer >> > > > > -- > Mitch Sundt > Software Engineer > University of Washington > mitchellsundt@gmail.com >

If you are trying to set up a straightforward data collection into
Postgres, you do not need to muck with source code. The combination
of Build (to create the form), Aggregate (to host it on your own
server running Postgres), and Collect (to download the form and then
submit completed forms) should be enough. Read the sections on these
three tools under http://opendatakit.org/use.

··· On Mon, Jul 23, 2012 at 5:05 AM, Jennifer Cheong wrote: > I have follow the steps here. > But it did not give the source code. > > As I have create an android project but I do not know how to upload to ODK > Collect and submit the results to postgreSQL. > > It only say build the form using http://build.opendatakit.org/ , but did > not say using Eclipse. > > I need it to upload to ODK collect and collect the results in postgreSQL. > > Thanks. > > On Friday, July 20, 2012 6:07:41 PM UTC+2, Mitch wrote: >> >> The developers site is here: http://code.google.com/p/opendatakit/ >> and has all the source code for all the tools. >> >> See also http://code.google.com/p/opendatakit/wiki/DevelopmentEnvironment >> >> On Fri, Jul 20, 2012 at 7:00 AM, Jennifer Cheong wrote: >>> >>> Hi, >>> >>> Where can I get the ODK Collect Source Code for Eclipse? >>> >>> Regards, >>> Jennifer >> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitchellsundt@gmail.com

oh I see.
But how do I connect the aggregate to Postgres?
They did not state how to connect to Postgres.

Thanks.

··· On Monday, July 23, 2012 2:23:54 PM UTC+2, Gaetano Borriello wrote: > > If you are trying to set up a straightforward data collection into > Postgres, you do not need to muck with source code. The combination > of Build (to create the form), Aggregate (to host it on your own > server running Postgres), and Collect (to download the form and then > submit completed forms) should be enough. Read the sections on these > three tools under http://opendatakit.org/use. > > > On Mon, Jul 23, 2012 at 5:05 AM, Jennifer Cheong wrote: > > I have follow the steps here. > > But it did not give the source code. > > > > As I have create an android project but I do not know how to upload to > ODK > > Collect and submit the results to postgreSQL. > > > > It only say build the form using http://build.opendatakit.org/ , but > did > > not say using Eclipse. > > > > I need it to upload to ODK collect and collect the results in > postgreSQL. > > > > Thanks. > > > > On Friday, July 20, 2012 6:07:41 PM UTC+2, Mitch wrote: > >> > >> The developers site is here: http://code.google.com/p/opendatakit/ > >> and has all the source code for all the tools. > >> > >> See also > http://code.google.com/p/opendatakit/wiki/DevelopmentEnvironment > >> > >> On Fri, Jul 20, 2012 at 7:00 AM, Jennifer Cheong wrote: > >>> > >>> Hi, > >>> > >>> Where can I get the ODK Collect Source Code for Eclipse? > >>> > >>> Regards, > >>> Jennifer > >> > >> > >> > >> > >> -- > >> Mitch Sundt > >> Software Engineer > >> University of Washington > >> mitchellsundt@gmail.com >

Jennifer,

See http://opendatakit.org/use/aggregate/tomcat-install/ for details on how
to install on Tomcat. (If you want to use Postgres, you need to install
Aggregate to run atop Tomcat+Postgres.)

Best,

Chris

··· On Monday, July 23, 2012, Jennifer Cheong wrote:

oh I see.
But how do I connect the aggregate to Postgres?
They did not state how to connect to Postgres.

Thanks.

On Monday, July 23, 2012 2:23:54 PM UTC+2, Gaetano Borriello wrote:

If you are trying to set up a straightforward data collection into
Postgres, you do not need to muck with source code. The combination
of Build (to create the form), Aggregate (to host it on your own
server running Postgres), and Collect (to download the form and then
submit completed forms) should be enough. Read the sections on these
three tools under http://opendatakit.org/use.

On Mon, Jul 23, 2012 at 5:05 AM, Jennifer Cheong <koyuki89@gmail.com<javascript:_e({}, 'cvml', 'koyuki89@gmail.com');>> wrote:

I have follow the steps here.
But it did not give the source code.

As I have create an android project but I do not know how to upload to
ODK
Collect and submit the results to postgreSQL.

It only say build the form using http://build.opendatakit.org/ , but
did
not say using Eclipse.

I need it to upload to ODK collect and collect the results in
postgreSQL.

Thanks.

On Friday, July 20, 2012 6:07:41 PM UTC+2, Mitch wrote:

The developers site is here: http://code.google.com/p/**opendatakit/http://code.google.com/p/opendatakit/
and has all the source code for all the tools.

See also http://code.google.com/p/**opendatakit/wiki/**
DevelopmentEnvironmenthttp://code.google.com/p/opendatakit/wiki/DevelopmentEnvironment

On Fri, Jul 20, 2012 at 7:00 AM, Jennifer Cheong <koyuki89@gmail.com<javascript:_e({}, 'cvml', 'koyuki89@gmail.com');>> wrote:

Hi,

Where can I get the ODK Collect Source Code for Eclipse?

Regards,
Jennifer

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com <javascript:_e({}, 'cvml',
'mitchellsundt@gmail.com');>

Thanks. I install the ODK Aggregate with Postgres but at the remaining
Configuration, I can't go int to my ODK Aggregate it got 404 error.
I go http://localhost:8080/ my tomcat is running. But I can't go to the
ODK Aggregate.

··· On Monday, July 23, 2012 4:14:31 PM UTC+2, Chris wrote: > > Jennifer, > > See http://opendatakit.org/use/aggregate/tomcat-install/ for details on > how to install on Tomcat. (If you want to use Postgres, you need to install > Aggregate to run atop Tomcat+Postgres.) > > Best, > > Chris > > On Monday, July 23, 2012, Jennifer Cheong wrote: > >> oh I see. >> But how do I connect the aggregate to Postgres? >> They did not state how to connect to Postgres. >> >> Thanks. >> >> >> On Monday, July 23, 2012 2:23:54 PM UTC+2, Gaetano Borriello wrote: >>> >>> If you are trying to set up a straightforward data collection into >>> Postgres, you do not need to muck with source code. The combination >>> of Build (to create the form), Aggregate (to host it on your own >>> server running Postgres), and Collect (to download the form and then >>> submit completed forms) should be enough. Read the sections on these >>> three tools under http://opendatakit.org/use. >>> >>> >>> On Mon, Jul 23, 2012 at 5:05 AM, Jennifer Cheong wrote: >>> > I have follow the steps here. >>> > But it did not give the source code. >>> > >>> > As I have create an android project but I do not know how to upload to >>> ODK >>> > Collect and submit the results to postgreSQL. >>> > >>> > It only say build the form using http://build.opendatakit.org/ , but >>> did >>> > not say using Eclipse. >>> > >>> > I need it to upload to ODK collect and collect the results in >>> postgreSQL. >>> > >>> > Thanks. >>> > >>> > On Friday, July 20, 2012 6:07:41 PM UTC+2, Mitch wrote: >>> >> >>> >> The developers site is here: http://code.google.com/p/**opendatakit/ >>> >> and has all the source code for all the tools. >>> >> >>> >> See also http://code.google.com/p/**opendatakit/wiki/** >>> DevelopmentEnvironment >>> >> >>> >> On Fri, Jul 20, 2012 at 7:00 AM, Jennifer Cheong wrote: >>> >>> >>> >>> Hi, >>> >>> >>> >>> Where can I get the ODK Collect Source Code for Eclipse? >>> >>> >>> >>> Regards, >>> >>> Jennifer >>> >> >>> >> >>> >> >>> >> >>> >> -- >>> >> Mitch Sundt >>> >> Software Engineer >>> >> University of Washington >>> >> mitchellsundt@gmail.com >>> >>

For Tomcat, unless you have renamed your war file to ROOT.war, the path
would be http://localhost:8080/ODKAggregate to get to the aggregate
webserver.

Note that if you entered 'localhost' as your host name within the ODK
Aggregate installer, ODK Collect will not be able to reach it. Whatever
you came up with as the identifier for your computer for this
http://opendatakit.org/use/aggregate/tomcat-install/#Configure_for_Network_Access
step of setting up Tomcat should be entered into the hostname prompt during
the ODK Aggregate installer.

Mitch

··· On Mon, Jul 23, 2012 at 8:06 AM, Jennifer Cheong wrote:

Thanks. I install the ODK Aggregate with Postgres but at the remaining
Configuration, I can't go int to my ODK Aggregate it got 404 error.
I go http://localhost:8080/ my tomcat is running. But I can't go to the
ODK Aggregate.

On Monday, July 23, 2012 4:14:31 PM UTC+2, Chris wrote:

Jennifer,

See http://opendatakit.org/**use/aggregate/tomcat-install/http://opendatakit.org/use/aggregate/tomcat-install/for details on how to install on Tomcat. (If you want to use Postgres, you
need to install Aggregate to run atop Tomcat+Postgres.)

Best,

Chris

On Monday, July 23, 2012, Jennifer Cheong wrote:

oh I see.
But how do I connect the aggregate to Postgres?
They did not state how to connect to Postgres.

Thanks.

On Monday, July 23, 2012 2:23:54 PM UTC+2, Gaetano Borriello wrote:

If you are trying to set up a straightforward data collection into
Postgres, you do not need to muck with source code. The combination
of Build (to create the form), Aggregate (to host it on your own
server running Postgres), and Collect (to download the form and then
submit completed forms) should be enough. Read the sections on these
three tools under http://opendatakit.org/use.

On Mon, Jul 23, 2012 at 5:05 AM, Jennifer Cheong koyuki89@gmail.com wrote:

I have follow the steps here.
But it did not give the source code.

As I have create an android project but I do not know how to upload
to ODK
Collect and submit the results to postgreSQL.

It only say build the form using http://build.opendatakit.org/ ,
but did
not say using Eclipse.

I need it to upload to ODK collect and collect the results in
postgreSQL.

Thanks.

On Friday, July 20, 2012 6:07:41 PM UTC+2, Mitch wrote:

The developers site is here: http://code.google.com/p/**opend**
atakit/ http://code.google.com/p/opendatakit/
and has all the source code for all the tools.

See also http://code.google.com/p/**opend**atakit/wiki/**
DevelopmentEnviron**menthttp://code.google.com/p/opendatakit/wiki/DevelopmentEnvironment

On Fri, Jul 20, 2012 at 7:00 AM, Jennifer Cheong koyuki89@gmail.com wrote:

Hi,

Where can I get the ODK Collect Source Code for Eclipse?

Regards,
Jennifer

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com