/magnetometry-toolkit

A software toolkit to organize a data acquisition network with a variety of magnetometers by using SEEDLink protocol & web-based remote administration.

Primary LanguageJavaScript

How to install the web site

  1. Install nodejs package (yum install nodejs, yum install npm)
  2. Set proxy if you have to (npm config set https-proxy http://squid.adm:3128)
  3. Install grunt-cli (npm install -g grunt-cli)
  4. Install node modules (cd web, npm install)
  5. Run grunt tasks (grunt development)
  6. Run web site (node bin/www)