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

https://github.com/groonga/groonga-beginners-book-ja

Groonga book for beginners in Japanese
https://github.com/groonga/groonga-beginners-book-ja

Last synced: about 1 year ago
JSON representation

Groonga book for beginners in Japanese

Awesome Lists containing this project

README

          

# groonga-beginners-book-ja

[![Join the chat at https://gitter.im/groonga/groonga-beginners-book-ja](https://badges.gitter.im/groonga/groonga-beginners-book-ja.svg)](https://gitter.im/groonga/groonga-beginners-book-ja?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Requirements

* [Re:VIEW](https://github.com/kmuto/review)

## Preparation

### Debian GNU/Linux, Ubuntu

```zsh
% sudo apt-get install texlive-lang-cjk zip
```

## Usage

### generate PDF

```zsh
% rake generate:pdf
```

### generate EPUB

```zsh
% rake generate:epub
```