a simple document server/search engine for HTML docs.
powered by Go + Bleve + html/template
-
download the binary from releases and add it to the root of your documentation or site folder
-
run the server:
./hiver -
open a web browser and navigate to
http://localhost:3030/searchto use the search interface.
| flag | description | default value |
|---|---|---|
-path |
Specifies the directory to index and serve | Current working directory |
-refresh |
Rebuilds the search index | false |
-extensions |
Sets allowed file extensions | ".html,.htm,.txt,.md" |
-
clone the repository:
git clone https://github.com/intincrab/GoDocHive.git cd GoDocHive -
build the project:
make build go build