Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 602 Bytes

readme_dependency_install.md

File metadata and controls

executable file
·
29 lines (19 loc) · 602 Bytes

Dependencies

You will need to have the following tools installed in order to run this project:

  1. Node
  2. Grunt
  3. PHP-CGI 5.4+
  4. Ruby
  5. Sass

  1. Install PHP

    brew install php (Mac) npm install -g php (Windows)

  2. Install Sass and Compass with Ruby

    gem install sass

Secondary Dependencies

Make sure you are in your geomag-baseline-calculator project directory. Install these packages from your terminal.

  1. Install local npm modules

    npm install

    Dependency install details for Windows and Mac