DataAnalyticsinStudentHands / HNETDataMaps

A data processing framework for a group of atmospheric science researchers at the University of Houston
2 stars 2 forks source link
sensor-monitor sensors

HNETDataMaps Client

This is the web frontend for a data processing framework for atmospheric sensors who can monitor and edit their data.

The documentation for end users can be found in the Wiki.

The following instructions are for developers who want to setup their own version. This is a meteor based framework.

Prerequisites

to install e.g on Mac OS install via homebrew:

brew install mongodb

to install e.g. on Mac OS or Linux:

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

Getting started

Clone and run: meteor npm install

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