https://github.com/codelibs/fess-theme-codesearch
https://github.com/codelibs/fess-theme-codesearch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelibs/fess-theme-codesearch
- Owner: codelibs
- License: apache-2.0
- Created: 2019-09-07T11:09:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T04:35:00.000Z (8 months ago)
- Last Synced: 2025-01-28T10:36:13.060Z (5 months ago)
- Language: Java
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fess Theme: Code Search
This project provides the `Code Search` view template for the Fess Theme. For more details, visit [codesearch.codelibs.org](https://codesearch.codelibs.org/).
## Getting Started
### Installation
To install the Fess Theme, please refer to the [Plugin Guide](https://fess.codelibs.org/14.14/admin/plugin-guide.html).
### Configuration
To configure and use the installed theme, follow these steps:
1. Set the `Host` parameter in the General Configuration's [Virtual Host](https://fess.codelibs.org/14.14/admin/general-guide.html#virtual-hosts) section:
```
Host:localhost:8080=codesearch
```2. Add `codesearch` to the [Virtual Host](https://fess.codelibs.org/14.14/admin/webconfig-guide.html#virtual-hosts) section of the Crawling Configuration.
## Additional Information
### File Structure
- **src/main/resources/view**: Contains JSP files.
- **src/main/resources/images**: Contains image files.
- **src/main/resources/css**: Contains CSS files.
- **src/main/resources/js**: Contains JavaScript files.For further details and support, visit the [Fess Documentation](https://fess.codelibs.org/).