Skip to content

kdreyer-usgs/geomag-baseline-calculator

 
 

Repository files navigation

geomag-baseline-calculator

Enter Geomagnetic absolute measurements to calculate baselines to be applied to raw magnetometer data.

Getting Started

Dependencies:

  1. Node, NPM
  2. Sass, Compass
  3. PHP-CGI 5.4+
  4. Bower
  5. Grunt

Getting Started:

Make sure you are in your geomag-baseline-calculator project directory.

  1. Install PHP

    npm install php

  2. Install NPM dependencies

    npm install

  3. Install Bower dependencies

    bower install

  4. Install Sass and Compass with Ruby

    gem install sass

    gem install compass

  5. Preview in a browser

    grunt

    On windows, gateway has trouble resolving default documents and you need to change the opened url to http://localhost:8080/index.php. To view the application go to 'http://localhost:8080/observation.php'

Having trouble getting started?

  1. If this is your first time using grunt, you need to install the grunt command line interface globally

    npm install -g grunt-cli

  2. If this is your first time using bower, you need to install bower globally

    npm install -g bower

Dependency install details for Windows and Mac

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • PHP 24.1%
  • CSS 3.0%
  • Other 0.2%