Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 641 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 641 Bytes

GoDocHive

a simple document server/search engine for HTML docs.

powered by Go + Bleve + html/template

usage

  1. download the binary from releases and add it to the root of your documentation or site folder

  2. run the server:

    ./go-doc-server
    
  3. open a web browser and navigate to http://localhost:3030/search to use the search interface.

installation

  1. clone the repository:

    git clone https://github.com/intincrab/GoDocHive.git
    cd docuverse
    
  2. build the project:

    go build