OpenClimateScience / OpenClimateScience.github.io

Project website for our NASA-funded computational climate-science curriculum

Home Page:https://OpenClimateScience.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Satellite Data and Models for Computational Climate or Agricultural Science

Installation and Setup

# Install dependencies using Ubuntu package manager
sudo apt install ruby-bundler ruby-dev

# It's easier to install the Ruby packages to a user directory;
#   or, a project-specific directory
LOCAL_RUBY_PATH="/home/arthur/.ruby"
mkdir -p $LOCAL_RUBY_PATH
bundle config set --local path $LOCAL_RUBY_PATH

bundle install

About

Project website for our NASA-funded computational climate-science curriculum

https://OpenClimateScience.github.io/

License:Other


Languages

Language:HTML 58.0%Language:SCSS 41.2%Language:Ruby 0.7%Language:Shell 0.1%