GithubHelp home page GithubHelp logo

ttiz / docker-fess Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codelibs/docker-fess

0.0 0.0 0.0 236 KB

Docker files for Fess

Home Page: https://github.com/orgs/codelibs/packages/container/package/fess

License: Other

Shell 46.93% Dockerfile 53.07%

docker-fess's Introduction

Docker for Fess

See Docker Images.

What is Fess?

Fess is very powerful and easily deployable Enterprise Search Server. You can install and run Fess quickly on any platforms, which have Java runtime environment. Fess is provided under Apache license.

Fess is OpenSearch/Elasticsearch-based search server, but knowledge/experience about OpenSearch/Elasticsearch is NOT needed because of All-in-One Enterprise Search Server. Fess provides Administration GUI to configure the system on your browser. Fess also contains a crawler, which can crawl documents on Web/File System/DB and support many file formats, such as MS Office, pdf and zip.

For more info, access Fess official documentation.

Getting Started

Kernel settings

OpenSearch/Elasticsearch needs to set vm.max_map_count to at least 262144. See Install Elasticsearch with Docker.

Run Fess

You can access http://localhost:8080 from the host OS with:

$ git clone https://github.com/codelibs/docker-fess.git
$ cd docker-fess/compose
$ docker compose -f compose.yaml -f compose-opensearch2.yaml up -d

For more details, please see compose.

Build

Fess

To build docker images, run as below:

$ docker build --rm -t ghcr.io/codelibs/fess:<tag name> ./fess/<version_dir>/

OpenSearch

$ docker build --rm -t ghcr.io/codelibs/fess-opensearch:<tag name> ./opensearch/<version_dir>/

Elasticsearch

$ docker build --rm -t ghcr.io/codelibs/fess-elasticsearch:<tag name> ./elasticsearch/<version_dir>/

License

Apache License 2.0

docker-fess's People

Contributors

marevol avatar nullpos avatar yfujita avatar fakod avatar caugner avatar jhult avatar yiwkr avatar toronya avatar ytachiki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.