Y-IndexOf is an easy to use and modular indexOf server.
Installing Y-IndexOf is as simple as typing go get -u github.com/yazgazan/y-indexof
.
It is possible that go yells at you saying you are missing magic.h
.
In such case, install the libmagic-dev package from your linux distribution repositories.
Start by initializing an index-of directory :
mkdir indexof && cd indexof
y-indexof init
Edit the config file indexof.toml
and start the server :
y-indexof start
- Go
- libmagic-dev (from your linux distrib repositories)
It has not been tested on Windows and BSD.
Beerware (from http://people.freebsd.org/~phk/)