Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proullon/wikibookgen
Wikibook generator
https://github.com/proullon/wikibookgen
Last synced: 6 days ago
JSON representation
Wikibook generator
- Host: GitHub
- URL: https://github.com/proullon/wikibookgen
- Owner: proullon
- Created: 2020-04-10T20:14:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T07:05:27.000Z (11 months ago)
- Last Synced: 2024-12-09T23:12:51.427Z (14 days ago)
- Language: Go
- Size: 76.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)