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
- Host: GitHub
- URL: https://github.com/basho-labs/little_riak_book
- Owner: basho-labs
- License: other
- Created: 2012-11-18T23:17:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T19:18:14.000Z (almost 4 years ago)
- Last Synced: 2024-07-18T21:59:07.993Z (4 months ago)
- Language: Ruby
- Size: 86.4 MB
- Stars: 157
- Watchers: 55
- Forks: 46
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.