DataAnalyticsinStudentHands / DataMaps

0 stars 7 forks source link

DataMaps

This is an old development repository. We are currently working on a new version.

The currently active branches are reserach_sensorreceive and research_client.

Prerequisites

On Mac OS install via homebrew:

brew install mongodb

On Mac OS or Linux:

curl https://install.meteor.com/ | sh

Note: The bootstraping data that is in the repository doesn't work correctly if the data folder have not been setup correctly.

Getting started

Run the following:

Testing in local development environment

MONGO_URL=mongodb://localhost:27017/DataMaps meteor

For debugging with node inspector run MONGO_URL=mongodb://localhost:27017/DataMaps meteor debug and open the app in Chrome with the port listed once the app has started.

Deployment with PM2