Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/proullon/wikibookgen

Wikibook generator
https://github.com/proullon/wikibookgen

Last synced: 6 days ago
JSON representation

Wikibook generator

Awesome Lists containing this project

README

        

# Wikibookgen

`Wikibookgen` is a book generator using Wikipedia as source.

## Build

Copy and edit `.dev.conf.example` to `.dev.conf`, build Go binaries and docker image:
```sh
cp .dev.conf.example .dev.conf
make install
make package
```

## Usage

`Wikibookgen` requires a running `CockroachDB` instance, you can see the setup at [wikipedia-to-cockroachdb](https://github.com/proullon/wikipedia-to-cockroachdb)