An annotation platform designed for teaching and learning in the humanities, and with aspirations to more general use.
https://github.com/hyperstudio/MIT-Annotation-Data-Store
Set the data store up first, then rename application.sample.yml to application.yml and point your annotation studio instance to the API in that config file.
Set up Rails and Postgres (if you haven't yet, try: https://github.com/thoughtbot/laptop)
Then:
mkdir annotation-studiocd annotation-studiogit clone git@github.com:hyperstudio/Annotation-Studio.gitbundle install- Create a PostgreSQL database, add the connection information into database.sample.yml and copy that file to database.yml.
- Update application.yml and database.yml with your configuration preference.
Rake db migraterails s
Thanks to @OKFN and @nickstenning for creating The Annotator: https://github.com/okfn/annotator/ which is bundled here.
- Lab: MIT HyperStudio
- http://hyperstudio.mit.edu/
- Developer: Jamie Folsom
- jfolsom@mit.edu
GPL2