fess-site-search icon indicating copy to clipboard operation
fess-site-search copied to clipboard

Fess Site Search provides JavaScript files.

Fess Site Search Build Status

Fess Site Search(FSS) provides JS file to deploy Search features on your web site. FSS JS is a JavaScript file. Putting it to your web site, search results provided by Fess are available. FSS Generator provides FSS JS file.

FSS Generator

See FSS Generator.

Development

Run on Docker

$ docker build -t fss .
$ docker run -d -p 5000:5000 fss

and then access http://localhost:5000.

Run locally

$ ./install.sh
$ export FLASK_APP=app/__init__.py
$ flask run