Skip to content

Installation

mailbackwards edited this page Sep 30, 2013 · 20 revisions

Requirements:


Steps:

  • git clone [email protected]:hyperstudio/MIT-Annotation-Data-Store.git annotation-data-store
  • cd annotation-data-store
  • sudo npm install
  • Update sample.env with your data, then mv sample.env .env
  • gem install foreman
  • foreman start
  • Go to localhost:5000/api to ensure that it is running.
Clone this wiki locally