Skip to content
Tom Morris edited this page Apr 18, 2016 · 1 revision

Welcome to the NYC Marriages project wiki!

This project is a clone of the Zooniverse scribeAPI project with a new branch marriages that contains the project definition for the NYC Marriage License Applications register transcription project.

To generate a list of subjects use a rake task like

rake project:subject_from_archive[marriages,NYC_Marriage_Index_Brooklyn_1919]

To load the new subjects, use:

rake project:load['marriages']

To overwrite everything that's been loaded and start over, use:

rake project:reload['marriages']

After the data is loaded, you can start the web server using:

rails s

and go to http://localhost:3000 to play with the application.

Clone this wiki locally