All Projects → hyperstudio → MIT-Annotation-Data-Store

hyperstudio / MIT-Annotation-Data-Store

Licence: GPL-2.0 license
Data Store for Annotation Studio

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
API Blueprint
66 projects
shell
77523 projects

MIT Annotation Data Store

Data Store and RESTful web API for Annotation Studio, compatible with OKFN Annotator. See: https://github.com/okfn/annotator

Derivation

An alternative to OKFN annotator-store

https://github.com/openannotation/annotator-store

Setup

Using Heroku

  • Create a heroku app heroku apps:create $appname

  • Add the Heroku add-on MongoLab heroku addons:add mongolab

  • Get MongoLab configuration settings heroku config:pull

  • Edit the file named .env replace the word MONGOLAB_URI with DB

  • Tell Heroku about your environment:

    heroku config:add `cat .env`

Dependencies

Annotator

https://github.com/openannotation/annotator/

Other

See package.json (NOTE: you will need the versions of node and npm specified in that package file).

Installation

See https://github.com/hyperstudio/MIT-Annotation-Data-Store/wiki/Installation

Author

License

GPL2 © MIT 2013

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].