https://github.com/codelibs/fess-site-search
Fess Site Search provides JavaScript files.
https://github.com/codelibs/fess-site-search
enterprise-search fess google-site-search javascript site-search
Last synced: 4 days ago
JSON representation
Fess Site Search provides JavaScript files.
- Host: GitHub
- URL: https://github.com/codelibs/fess-site-search
- Owner: codelibs
- License: apache-2.0
- Created: 2017-09-16T06:32:39.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T00:17:09.000Z (about 1 year ago)
- Last Synced: 2024-04-16T18:17:29.970Z (about 1 year ago)
- Topics: enterprise-search, fess, google-site-search, javascript, site-search
- Language: SCSS
- Homepage: https://fss-generator.codelibs.org/
- Size: 693 KB
- Stars: 23
- Watchers: 10
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fess Site Search [](https://travis-ci.org/codelibs/fess-site-search)
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](https://fss-generator.codelibs.org/) provides FSS JS file.## FSS Generator
See [FSS Generator](https://fss-generator.codelibs.org/docs/manual).
## Development
### Run on Docker
```bash
$ docker build -t fss .
$ docker run -d -p 5000:5000 fss
```and then access http://localhost:5000.
### Run locally
```bash
$ ./install.sh
$ export FLASK_APP=app/__init__.py
$ flask run
```