Update README.md

This commit is contained in:
Shinsuke Sugaya 2015-10-29 11:48:07 +09:00
parent f8466a31a2
commit 23b2302cc7

View file

@ -5,7 +5,7 @@ Enterprise Search Server: 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 Elasticsearch based search server, but knowledge/experience about 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 supports many file formats, such as MS Office, pdf and zip.
Fess is Elasticsearch based search server, but knowledge/experience about 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/FileSystem/DB and supports many file formats, such as MS Office, pdf and zip.
## Web Sites
@ -46,7 +46,7 @@ First of all, clone Fess's repositories:
and then imports it as Maven project on eclipse or ohter IDE.
### Download Elasticsearch Plugins
### Setup for Elasticsearch Plugins
Run antrun:run to download plugins into plugins directory:
@ -61,3 +61,8 @@ Run or debug org.codelibs.fess.FessBoot on IDE, and then access http://localhost
Run package goal and then the release file is created in target/releases.
$ mvn package
### Generate Source Code
$ mvn dbflute:download # (one time command)
$ mvn dbflute:freegen