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
- Host: GitHub
- URL: https://github.com/groonga/groonga-beginners-book-ja
- Owner: groonga
- Created: 2015-02-21T02:41:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T12:37:25.000Z (over 10 years ago)
- Last Synced: 2025-02-10T11:45:19.944Z (over 1 year ago)
- Language: CSS
- Size: 18.6 KB
- Stars: 2
- Watchers: 12
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# groonga-beginners-book-ja
[](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
```