Git Product home page Git Product logo

woudc-guidebook's Introduction

WMO WOUDC Guidebook

This package provides management and setup of the WOUDC Contributor Guide.

Overview

The World Ozone and Ultraviolet Radiation Data Centre (WOUDC) is one of six World Data Centres which are part of the Global Atmosphere Watch programme of the World Meteorological Organization.

The official WOUDC guidebook is available at http://guide.woudc.org.

Installation

Requirements

Ruby 2.0 or greater.

Dependencies

This package uses jekyll as a static site generator and requires the following dependencies to be installed on the system:

  • ruby2.0
  • ruby2.0-dev

Installing

virtualenv woudc-guidebook
cd woudc-guidebook
. bin/activate  # yes that is a period
git clone https://github.com/woudc/woudc-guidebook.git
cd woudc-guidebook
. setenv-ruby-gems.sh
gem2.0 install bundler
bundle install
make setup

Workflow

# build local documentation
jekyll build  # output in _site/
# serve on your host's IP, port 4000
# docs are live rebuilt as you make changes
make serve  # http://localhost:4000/
# release a new version
vi _config.yml
# update version: value/key to x.y.z (as per http://producingoss.com/en/development-cycle.html#release-number-even-odd-strategy)
# update release_date: value/key to date of release (format YYYY-MM-DD)
git commit -m 'update release version' _config.yml
git push origin master
git tag -a x.y.z -m 'tagging WOUDC guidebook version x.y.z'
git push --tags
make publish

Issues

Issues are managed at https://github.com/woudc/woudc-guidebook/issues

woudc-guidebook's People

Contributors

tomkralidis avatar kngai avatar acapparelli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.