- Java AWS SDK Mechanical Turk Setup per these instructions: http://aws.amazon.com/code/Amazon-Mechanical-Turk/695. Try running the helloworld example so you know that your good to go.
- Play 2.2.1: http://www.playframework.com/download. Just download, unzip, and add the play folder to your PATH
Before you run the application, be sure to update the conf/mturk.properties
file with your access_key
and secret_key
From the root directory, type play run
and navigate to http://localhost:9000
in your browser. For more information on developing with Play, see: http://www.playframework.com/documentation/2.2.x/Home
If you are using eclipse, type play eclipse
from the command line to create project files and then import as existing project into eclipse.
####Additional Helpful Links:
- MTurk API reference: http://docs.aws.amazon.com/AWSMechTurk/latest/AWSMturkAPI/Welcome.html
- Information on how the Question.scala.html can be formatted: http://mechanicalturk.amazonaws.com/AWSMechanicalTurkDataSchemas/2005-10-01/QuestionForm.xsd
- Information on the question and answer data formats: http://docs.aws.amazon.com/AWSMechTurk/latest/AWSMturkAPI/ApiReference_QuestionAnswerDataArticle.html