- Notifications
You must be signed in to change notification settings - Fork11
Fess Site Search provides JavaScript files.
License
NotificationsYou must be signed in to change notification settings
codelibs/fess-site-search
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
SeeFSS Generator.
$ docker build -t fss.$ docker run -d -p 5000:5000 fss
and then accesshttp://localhost:5000.
$ ./install.sh$export FLASK_APP=app/__init__.py$ flask run