Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 783 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 783 Bytes

Kite SDK Guide

Kite is a set of libraries, tools, examples, and documentation focused on making it easier to build applications on top of the Hadoop ecosystem.

This repository contains the Kite SDK Guide.

Building

If you haven't already done so, install Jekyll on your system. You may also need to install Coderay for syntax highlighting:

sudo gem install coderay

Then, you can build the current version of the documentation by executing:

jekyll build

This will compile the documentation into HTML in a directory called _site.

Debugging

You can view a live version of the documentation by executing:

jekyll serve --baseurl ''

and then viewing the site at localhost:4000.