No description
  • Go 71.3%
  • HTML 23.5%
  • CSS 2.1%
  • Shell 1.8%
  • Makefile 1.3%
Find a file
2019-05-03 00:05:51 +02:00
pkg better indexing and classifier 2019-05-03 00:05:51 +02:00
scripts more work done 2019-05-01 22:25:23 +02:00
templates better indexing and classifier 2019-05-03 00:05:51 +02:00
vendor initial commit 2019-04-19 15:45:28 +02:00
.gitignore more work done 2019-05-01 22:25:23 +02:00
COPYRIGHT initial commit 2019-04-19 15:45:28 +02:00
go.mod initial commit 2019-04-19 15:45:28 +02:00
go.sum initial commit 2019-04-19 15:45:28 +02:00
LICENSE initial commit 2019-04-19 15:45:28 +02:00
main.go initial commit 2019-04-19 15:45:28 +02:00
Makefile initial commit 2019-04-19 15:45:28 +02:00
README.md more work done 2019-05-01 22:25:23 +02:00
sri.sh initial commit 2019-04-19 15:45:28 +02:00
templates.sh basic functions working 2019-05-02 14:17:24 +02:00
VERSION first working version 2019-04-28 18:16:40 +02:00

DocStore - document server and indexing engine

Building

Linux:

make

or offline

make vendor

OpenBSD:

GOOS=openbsd make

or offline

GOOS=openbsd make vendor

Install

See the scripts/ directory on how to install docstore on OpenBSD.