Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/basho-labs/little_riak_book

A Little Riak Book
https://github.com/basho-labs/little_riak_book

Last synced: 3 months ago
JSON representation

A Little Riak Book

Lists

README

        

# A Little Riak Book

You can download different formats from [rendered](https://github.com/coderoshi/little_riak_book/tree/master/rendered/).

You must have `ruby` installed, tested mostly on 1.9.2+

### Building eBooks/PDFs

```
[sudo] gem install bundler
bundle install
[sudo] gem install redcarpet
```

All text is in markdown. To build the book, you must install [calibre](http://manual.calibre-ebook.com/cli/cli-index.html).

Building a PDF is a bit more involved. It requires you have both [Pandoc](http://johnmacfarlane.net/pandoc/) and `xelatex` ([XeTeX](http://scripts.sil.org/xetex) for OSX, and [MikTeX](http://miktex.org/) for Windows) installed.

```
bookgen.rb
```

The tools to build the PDF were pilfered from the Pro Git book builder. Thanks to that team.