-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
mailbackwards edited this page Sep 30, 2013
·
20 revisions
Requirements:
- Node + npm (specifically, the versions specified in the
package.json
file. Node usually comes packaged with npm. Use nvm, or visit https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager and/or https://github.com/visionmedia/n to install specific versions of node) - Mongodb (http://docs.mongodb.org/manual/installation/)
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, thenmv sample.env .env
gem install foreman
foreman start
- Go to localhost:5000/api to ensure that it is running.